Subscribing to Messages
Subscription Message Frame
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
action |
Yes |
String |
"Subscribe" |
sequence |
Yes |
String |
Random sequence number of a message. The recommended length is 20 to 30. |
data |
Yes |
SubscribeData object |
Subscription data. |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
conferenceID |
Yes |
String |
Meeting ID. |
subscribeType |
Yes |
Array of strings |
Subscription type. The options are as follows: ConfBasicInfoNotify: basic meeting information. ConfDynamicInfoNotify: meeting status. ParticipantsNotify: online participant information. AttendeesNotify: information of participants invited during meeting scheduling. SpeakerChangeNotify: speaker status. InviteResultNotify: invitation results. RealTimeSubtitleNotify: live captions. WaitingListNotify: list of waiting room members. InterpreterGroupNotify: interpreter group information. |
confToken |
Yes |
String |
Subscription Message Example
{ "sequence": "000000000000000001702459164879", "action": "Subscribe", "data": "{\"subscribeType\":[\"ConfBasicInfoNotify\",\"ConfDynamicInfoNotify\",\"ParticipantsNotify\",\"AttendeesNotify\",\"SpeakerChangeNotify\",\"CustomMultiPicNotify\",\"InviteResultNotify\",\"InterpreterGroupNotify\",\"NetworkQualityNotify\",\"WaitingListNotify\"],\"confToken\":\"Basic c3RiZjYyMjZlZWU4YjQ4YjllNThmNGRkYWYzMGVlMWE5YzdlZjJhZTU4ZTkzMDI0MzRh\"}" }
Successful Subscription Example
{ "action": "Subscribe", "sequence": "000000000000000001611747313677", "data": { "returnCode": 0, "returnDesc ": "SUCCESS" } }
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot