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

Obtaining a User Status

getIsInConfOrCall:

API Description

This API is used to obtain the current status of a user (whether the user is being called or in the meeting).

Precautions

None

Method Definition

1
- (HWMSDKConfOrCallStatus)getIsInConfOrCall;

Parameter Description

Table 1 Parameter description

Enumerated Value

Description

HWMSDKConfOrCallStatusIdle

The user is in the idle state.

HWMSDKConfOrCallStatusInConf

The user is in a meeting.

HWMSDKConfOrCallStatusInCall

The user is being called.

Return Values

None

Sample Code

1
[[HWMBizSdk getBizOpenApi] getIsInConfOrCall];