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

Notifications for Meeting Information Changes

Notification Description

A notification is sent when the meeting information is changed.

Method Definition

1
virtual void OnConfInfo(HwmConfInfo *confInfo) {};

Precautions

After a meeting starts, the meeting information (HwmConfInfo) is reported multiple times.

Parameter Description

Table 1 HwmConfInfo parameters

Parameter

Type

Description

url

char[]

Meeting link. Participants can open the link in a browse to join the meeting.

confId

char[]

Meeting ID.

role

HwmConfRole

Participant role in the meeting, host or common participant.

chairmanPwd

char[]

Host password.

generalPwd

char[]

Guest password.

subject

char[]

Meeting topic.

isOtherCorpConf

bool

Whether a meeting belongs to an external enterprise. If you join the meeting of an external enterprise or join the meeting anonymously, the value is true. Otherwise, the value is false.

isCreator

bool

Whether the meeting was scheduled by you.

isInBreakoutSubConf

bool

Whether you are in a breakout room.

Table 2 Enumerated values of HwmConfRole

Enumerated Value

Description

HWM_CONF_ROLE_ATTENDEE

Common participant.

HWM_CONF_ROLE_CHAIRMAN

Host.

HWM_CONF_ROLE_AUDIENCE

Attendee.

HWM_CONF_ROLE_COHOST

Co-host.

HWM_CONF_ROLE_WAITING

Waiting members.