set Debug Mode
Enables or disables debug mode for the SDK.
When enabled, the SDK includes additional diagnostic information in internal operations and error reporting. Debug mode is disabled by default.
Code Example:
VideoSDK.setDebugMode(true)
Content copied to clipboard
Parameters
debug Mode
true to enable debug mode, false to disable it.