Querying the Meeting Control Status
getConfConfig
API Description
This API is used to query the status of the current meeting control settings.
Precautions
- Call this API after calling the API for joining a meeting.
- Call this API only after you receive the event of the meeting joining result notification.
Method Definition
1
|
getConfConfig(configName):Promise<Config> |
Parameter Description
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
configName |
Yes |
string |
Meeting control status key. For details, see Table 2. |
Return Values
For details about the result structure, see Table 1. For details about the result data, see the following table.
Type |
Description |
---|---|
object |
The value of configName is returned. The structure is {"configName": value}. |
Sample Code
1 2 3 4 5 6 7 8 |
// Query the status of the current shared desktop. HWMeeting.getConfConfg("shareScreen").then((data) => { // Display the result. console.log(JSON.stringify(data)); }).catch((e) => { // API calling failed. ... }); |
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