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
or
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:write-Управление вебинарами
or
Body Params application/jsonRequired
Request Code Samples
curl --location 'https://api-v2.streamvi.io/method/webinar/room/sync' \
--header 'Content-Type: application/json' \
--data '{
"v": "1",
"language": "en",
"room_id": "Room name",
"client_id": "Client ID",
"publication_sid": "publicationSid",
"participant_sid": "participant-sid",
"source": "screen"
}'
Responses
application/json
Modified at 2026-04-28 20:02:55