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

Notifications for Meeting Status Changes

Notification Description

A notification is sent when the meeting status is changed.

Method Definition

1
virtual void OnConfState(HwmConfStateInfo *confStateInfo) {};

Precautions

None

Parameter Description

Table 1 HwmConfStateInfo parameters

Parameter

Type

Description

state

HwmState

Meeting status.

reason

HwmConfEndReason

Reason for leaving the meeting.

Table 2 Enumerated values of HwmState

Enumerated Value

Description

HWM_STATE_OFF

The meeting has not started or the user has left the meeting.

HWM_STATE_ON

The meeting has started.

Table 3 Enumerated values of HwmConfEndReason

Enumerated Value

Description

HWM_CONF_END_REASON_LEAVE_CONF_HANGUP

The user leaves the meeting.

HWM_CONF_END_REASON_STOP_CONF_HANGUP

The meeting has been ended.

HWM_CONF_END_REASON_CHAIR_HANGUP

The user is removed by the host.

HWM_CONF_END_REASON_SESSION_TIMER_TIMEOUT

Network interrupted.

HWM_CONF_END_REASON_NOSTREAM_HANGUP

Network error.

HWM_CONF_END_REASON_CORP_CONFERENCE_RESOURCE_HAS_BEEN_RUN_OUT

The amount of enterprise resources has reached the upper limit.

HWM_CONF_END_REASON_CONF_ONLY_SAME_ENTERPRISE

Only enterprise users can join the meeting.

HWM_CONF_END_REASON_CONF_ONLY_INVITED

Only invited users can join the meeting.

HWM_CONF_END_REASON_CONF_IS_LOCKED

The meeting is locked.

HWM_CONF_END_ERR_VMR_NOT_BEEN_HOLD

Guests are not allowed to activate the meeting.

HWM_CONF_END_REASON_VMR_CONF_CONFLICT

Meetings conflict in this cloud meeting room.

HWM_CONF_END_REASON_SERVER_ERROR

Server exception.

HWM_CONF_END_REASON_NUM_OF_PAR_EXCEEDS_UPPER_LIMIT

More participants than allowed by the cloud meeting room package.

HWM_CONF_END_REASON_PARTICIPANT_REACH_MAX_NUM = 111072504

Max. participants in a single meeting reached.