Set camera video resolution
Set video resolution
- Available resolution for panels with 1-megapixel camera:
- 320x240
 - 640x480
 - 1280x720
 
 - Available resolution for panels with 2-megapixel camera:
- 640x480
 - 1280x720
 - 1920x1080
 
 
- application/json
 
Request Body required
- video_resolution string required
Possible values: [
320x240,640x480,1280x720,1920x1080]resolution of the video in call
 
Responses
- 200
 - 400
 - 401
 
OK
Wrong JSON body
- application/json
 
- Schema
 - Example (from schema)
 - Example
 
Schema
- error string
error type/info
 
{
  "error": "Wrong JSON body"
}
{
  "error": "Wrong JSON body"
}
Unauthorized request. Log In
- application/json
 
- Schema
 - Example (from schema)
 - Log In
 
Schema
- error string
error message
 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...