1.
This interface is used for synchronous playback settings.
2.
Sub-accounts can only manage data within their specific workgroup and its sub-workgroups.
3.
Sub-accounts can only manage data within their specific workgroup and its sub-workgroups.
Request
Random string (8-64 characters, only numbers or letters)
The current UTC timestamp
Body Params application/json
A collection of player IDs to be handled. At most 100 player IDs can be handled simultaneously.
Synchronous playback status 0-Turn off synchronous playback 1-Turn on synchronous playback.
{
"playerIds": [
"788fcd80eae568bd77e0ad6e9bcff405",
"a25e9cfb225c5fcb4d479b3d9509f09b"
],
"option": 1
}
Request samples
curl --location --request POST 'https://open-us.vnnox.com/v2/player/real-time-control/simulcast' \
--header 'AppKey;' \
--header 'Nonce;' \
--header 'CurTime;' \
--header 'CheckSum;' \
--header 'Content-Type: application/json' \
--data-raw '{
"playerIds": [
"788fcd80eae568bd77e0ad6e9bcff405",
"a25e9cfb225c5fcb4d479b3d9509f09b"
],
"option":1
}'
Responses
application/json A collection of player IDs that are successfully sent.
A collection of player IDs that are not sent successfully.
{
"success": [
"788fcd80eae568bd77e0ad6e9bcff405",
"a25e9cfb225c5fcb4d479b3d9509f09b"
],
"fail": []
}
Modified at 2024-08-07 01:35:37