Log Level

Console logging from sdk can be controlled by using the setLogLevel api.

hmsActions.setLogLevel(HMSLogLevel.WARN); // log warnings and errors hmsActions.setLogLevel(HMSLogLevel.ERROR); // only errors will be logged hmsActions.setLogLevel(HMSLogLevel.NONE); // nothing will be logged by our sdk

Have a suggestion? Recommend changes ->

Was this helpful?

1234