Get setting a webinar stream
Request
Add the parameter Authorization
to Headers,whose value is to concatenate the Token after the Bearer. Example:Authorization: Bearer ********************
Authorize URL: https://streamvi.io/cabinet/oauth
Token URL: https://api-v2.streamvi.io/site/oauth/token
Scopes:
webinar:read-Чтение вебинаров
or
Request Code Samples
curl --location 'https://api-v2.streamvi.io/method/webinar/stream/setting?v=undefined&language=undefined&client_id=undefined&room_id=undefined'
Responses
application/json
{
"width": 0,
"height": 0,
"fps": 0,
"bitrate": 0
}
Modified at 2026-04-28 20:02:55