Allow to hide all console logs

Is your feature request related to a problem? Please describe.
Yes, it’s a problem I’ve described in this topic How to hide all console logs produced by Zoom Web SDK?
In general I would like to hide all Zoom Web SDK console logs on the production environment.

Describe the solution you’d like
A new param for the ZoomMtg.init() method, for example disableLogs: boolean

Describe alternatives you’ve considered
I’ve tried an alternative solution which disables all console logs, but unfortunately it works only partially in this case - it hides only a few logs and rest of them are still visible.