go-media-devices-state icon indicating copy to clipboard operation
go-media-devices-state copied to clipboard

Add flag to enable/disable native logs in stdout

Open antonfisher opened this issue 4 years ago • 0 comments

Add debug bool arguments to the API functions:

mediaDevices.IsCameraOn(true)      // prints native code debug to stdout
mediaDevices.IsMicrophoneOn(false) // hides native code debug from stdout

antonfisher avatar Jan 17 '21 19:01 antonfisher