Help Center/
Meeting/
Client SDK Reference/
macOS SDK/
Notification Reference/
Meeting Status Change Notification/
Meeting Status Change Notification
Updated on 2024-07-30 GMT+08:00
Meeting Status Change Notification
Notification Description
A notification is sent when the meeting status is changed.
Method Definition
1
|
- (void)onConfStatusChanged:(HWMConfStatus)status; |
Sample Code
- (void)onConfStatusChanged:(HWMConfStatus)status { switch (status) { case HWMConfStatusIdle: NSLog(@"Meeting ended."); break; case HWMConfStatusIncoming: NSLog(@"Incoming call."); break; case HWMConfStatusCallingOut: NSLog(@"Outgoing call."); break; case HWMConfStatusConnected: NSLog(@"Connected."); break; default: break; } }
Precautions
- Subscribe to the HWMBizNotificationHandler proxy during SDK initialization or set the proxy on the target page.
Parameter Description
Parameter |
Type |
Description |
---|---|---|
status |
Meeting call status. |
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