Subscribing to Participant Addition Result Notifications
Function
When multiple participants are added, there may be multiple notifications.
Function Prototype
setOnAddAttendeeNotifyCB(onAddAttendeeNotify: (addAttendeeResultList: AddAttendeeResultList) => void): voidsetOnAddAttendeeNotifyCB(onAddAttendeeNotify: (addAttendeeResultList: AddAttendeeResultList) => void): void
Request Parameters
Parameter | Mandatory | Type | Description |
---|---|---|---|
onAddAttendeeNotify | Yes | (addAttendeeResultList: AddAttendeeResultList) => void | When multiple participants are added, there may be multiple notifications. |
Return Values
void
Notification Method Parameters
(addAttendeeResultList: AddAttendeeResultList) => void
Parameter | Type | Description |
---|---|---|
addAttendeeResultList | AddAttendeeResultList | List of added participants. |
Parameter | Type | Description |
---|---|---|
addAttendeeResultSize | number | Number of added participants. |
addAttendeeResults | AddAttendeeResult | List of added participants. |
Parameter | Type | Description |
---|---|---|
number | string | Number. |
thirdUserId | string | Third-party account. |
resultCode | For details about SDKERR, see Error Code Reference. | Error code. |
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