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 | Participant addition results. |
Parameter | Type | Description |
---|---|---|
addAttendeeResults | Array<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. |
corpId | string | Enterprise ID. |
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