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

Notifications for Incoming Meeting Calls

Notification Description

A notification is sent when a meeting call is received.

Method Definition

1
virtual void OnConfIncoming(HwmConfIncomingInfo* data) {};

Precautions

None

Parameter Description

Table 1 HwmConfIncomingInfo parameters

Parameter

Type

Description

state

HwmConfComingState

Incoming call status.

mediaType

HwmMediaType

Meeting media type.

confId

char[]

Meeting ID.

Table 2 Enumerated values of HwmConfComingState

Enumerated Value

Description

HWM_CONF_COMING_STATE_START

Initial state. The phone of the called party is ringing.

HWM_CONF_COMING_STATE_ACCEPT

The call is answered.

HWM_CONF_COMING_STATE_REJECT

The call is rejected.

HWM_CONF_COMING_STATE_TIMEOUT

The called party does not respond, the call times out, or the calling party has hung up.

Table 3 Enumerated values of HwmMediaType

Enumerated Value

Description

HWM_MEDIA_TYPE_AUDIO

Audio.

HWM_MEDIA_TYPE_VIDEO

Video.