Subscribing to Meeting Status Notifications
Function
A notification is sent when the meeting status is changed.
Function Prototype
setOnConfStateChangedCB(onConfStateChanged: (confStateInfo: ConfStateInfo) => void): voidsetOnConfStateChangedCB(onConfStateChanged: (confStateInfo: ConfStateInfo) => void): void
Request Parameters
Parameter | Mandatory | Type | Description |
---|---|---|---|
onConfStateChanged | Y | (confStateInfo: ConfStateInfo) => void | Notification sent when the meeting status is changed. |
Return Values
void
Notification Method Parameters
(confStateInfo: ConfStateInfo) => void
Parameter | Type | Description |
---|---|---|
confStateInfo | ConfStateInfo | Meeting status information. |
Parameter | Type | Description |
---|---|---|
state | State | Meeting status. |
Enumeration Name | Enumerated Value | Description |
---|---|---|
HWM_STATE_OFF | 0 | Closed. |
HWM_STATE_ON | 1 | Open. |
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