Notification of Shared Cloud Meeting Rooms
Notification Description
A notification is sent when information about shared cloud meeting rooms was changed.
Method Definition
- (void)onShareVmrInfoNotify:(HWMSDKShareVmrInfoModel *)shareVmrInfo;
Sample Code
- (void)onShareVmrInfoNotify:(HWMSDKShareVmrInfoModel *)shareVmrInfo{ NSLog(@"%@", [shareVmrInfo yy_modelDescription]); }
Precautions
1. Subscribe to the HWMNotifyHandler delegate during SDK initialization or set the delegate on the target page.
Parameter Description
Parameter |
Type |
Description |
---|---|---|
isEnableShareVmr |
BOOL |
Whether shared cloud meeting rooms are available. |
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