Updated on 2023-03-23 GMT+08:00

Ongoing Meeting Details Change Notification

Notification Description

A notification is sent when the details about the ongoing meeting change.

Method Definition

1
- (void)onConfInfoNotify:(HWMConfStateInfo *)confInfo;

Sample Code

- (void)onConfInfoNotify:(HWMConfStateInfo *)confInfo {
    NSLog(@"Ongoing meeting details report onConfInfoNotify :%@", [confInfo yy_modelDescription]);
}

Precautions

  1. Subscribe to the HWMBizNotificationHandler proxy during SDK initialization or set the proxy on the target page.

Parameter Description

Table 1 Parameter description

Parameter

Type

Description

confInfo

HWMConfStateInfo *

Meeting details.