Updated on 2024-07-30 GMT+08:00

Obtaining a User Status

getIsInConfOrCall:

API Description

This API is used to obtain the status of a user (whether the user is in a 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];