Enabling or Disable Dotting Log Upload
API Description
This API is used to set whether to upload dotting logs to the server.

1. This API can be called before and during a meeting.
2. By default, dotting logs are uploaded to the server.
Method Definition
setAllowKeyLog(allowKeyLog):void
Parameter Description
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
allowKeyLog |
Yes |
boolean |
true: Dotting logs are uploaded to the server. false: Dotting logs are not uploaded to the server. |
Return Values
For details about the error structure, see Table 3.
Sample Code
/** * Enable or disable dotting log upload. */ try { HWMeeting.setAllowKeyLog(true); } catch (e) { ... }
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