Authorization: oauth ********************{
"v": "1",
"language": "en",
"client_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"room_id": "room-id",
"width": 1,
"height": 1,
"fps": 1,
"bitrate": 1
}curl --location --request POST 'https://api-v2.streamvi.io/method/webinar/stream/setting' \
--header 'Authorization: oauth <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"v": "1",
"language": "en",
"client_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"room_id": "room-id",
"width": 1,
"height": 1,
"fps": 1,
"bitrate": 1
}'{
"success": true
}