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
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]; |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot