Querying the View Status
API Description
This API is used to query the view status based on keys.
Precautions
None
Method Definition
1
|
getViewConfig (configName):Promise<Config> |
Parameter Description
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
configName |
Yes |
string |
Name of component whose status is to be queried. For details, see the key values in 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}. |
1 2 3 4 5 6 7 8 9 10 |
/** * Query the view status. */ const configName = "titleVisible"; HWMeeting.getViewConfig(value).then((data) => { // TODO: Display the result. }).catch((e) => { // Display the result. console.log(e.retCode+":"+e.retMsg); }); |
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