Checking the Operating Environment
API Description
This API is used to check whether the SDK can run in the system. For details about the supported running environments, see Table 1.
Method Definition
1
|
checkSystemRequirements():Promise<Result> |
Parameter Description
None
Return Values
For details about the result structure, see Table 1. For details about the result data, see the following table.
Type |
Description |
---|---|
boolean |
true: The system and browser support the SDK. false: The system and browser do not support the SDK. |
Sample Code
const result = HWMeeting.checkSystemRequirements().then((result) => { // API called. console.log(result); }).catch((e) => { // API calling failed. console.error(e); })

The sample code in the typical scenario and API reference is pseudo code and cannot be directly used.
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