Updated on 2025-04-18 GMT+08:00

Global Meeting Status Notification

API Description

A notification is sent when the meeting status changes.

Method Definition

1
2
3
4
5
/**
* Meeting status changed.
 * @param confStatus Meeting status
 */
void onConfStatusChanged(ConfStatus confStatus);

Parameter Description

Table 1 Enumerated values of ConfStatus

Value

Description

IDLE

Idle state. That is, the meeting is ended.

INCOMING

Ringing.

CALLING_OUT

Dialing.

WAITING

Waiting.

CONNECTED

Connected.

RECALLING

Redialing.

Return Values

None