Help Center/
Meeting/
Client SDK Reference/
macOS SDK/
Notification Reference/
Meeting Status Change Notification/
Notification of Participant Addition Results
Updated on 2024-12-27 GMT+08:00
Notification of Participant Addition Results
Notification Description
A notification is sent when the participant addition results are returned.
Method Definition
1
|
- (void)onAddAttendeeNotify:(HWMSDKAddAttendeeResultListModel *)resultList; |
Sample Code
- (void)onAddAttendeeNotify:(HWMSDKAddAttendeeResultListModel *)resultList{ NSLog(@"Notification of participant addition results onConfEndedNotify :%@", [resultList yy_modelDescription]); }
Precautions
- Subscribe to the HWMBizNotificationHandler proxy during SDK initialization or set the proxy on the target page.
Parameter Description
Parameter |
Type |
Description |
---|---|---|
addAttendeeInfos |
NSArray<HWMSDKAddAttendeeInfoModel> |
Information about invited participants. |
Parent topic: Meeting Status Change Notification
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.
The system is busy. Please try again later.
For any further questions, feel free to contact us through the chatbot.
Chatbot