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

Notification of Incoming Meeting Calls

Notification Description

A notification is sent when you were invited to a meeting.

Method Definition

1
- (void)onConfIncomingNotify:(HWMSDKConfIncomingInfoModel  *)confIncomingInfo;

Precautions

  1. Set the globalHandler delegate during SDK initialization or set the delegate on the target page.

Parameter Description

Table 1 Parameter description

Parameter

Type

Description

confIncomingInfo

HWMSDKConfIncomingInfoModel

Meeting details.

Table 2 HWMSDKConfIncomingInfoModel description

Parameter

Type

Description

subject

NSString *

Meeting topic.

confId

NSString *

Meeting ID.

confMediaType

HWMConfMediaType

Media type.

vmrConfId

NSString *

ID of the meeting held in a cloud meeting room.

Table 3 Enumerated values of HWMConfMediaType

Enumerated Value

Value

Description

HWMConfMediaTypeAudio

0

Voice meeting.

HWMConfMediaTypeVideo

1

Video meeting.