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

Call Status Change Notification

Notification Description

A notification is sent when the call status is changed.

Method Definition

1
- (void)onCallStatusChanged:(HWMCallStatus)status;

Precautions

  1. Set the HWMCallNotifyHandler proxy during SDK initialization or set the proxy on the target page.

Parameter Description

Table 1 Parameter description

Parameter

Type

Description

status

HWMCallStatus

Meeting call status.

Table 2 Enumerated values of HWMCallStatus

Enumerated Value

Description

HWMCallStatusIdle

Idle state. That is, the call is ended.

HWMCallStatusIncoming

Incoming call.

HWMCallStatusStart

Outgoing call.

HWMCallStatusConnected

Connected.