Updated on 2024-09-13 GMT+08:00

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

Table 1 HWMSDKShareVmrInfoModel description

Parameter

Type

Description

isEnableShareVmr

BOOL

Whether shared cloud meeting rooms are available.