Obtaining a User Status
getUserState
API Description
This API is used to obtain the status of a user (whether the user is in a meeting).
Precautions
None
Method Definition
- (HWMUserState)getUserState;
Parameter Description
Parameter |
Value |
Description |
---|---|---|
HWMUserStateIdle |
0 |
The participant is in the idle state. |
HWMUserStateInConf |
1 |
The participant is in the meeting. |
HWMUserStateInCall |
2 |
The participant is being called. |
Return Values
None
Sample Code
[[HWMSdk getOpenApi] getUserState];
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