onStartCapturing

open override fun onStartCapturing(audioDeviceContext: AudioDeviceContext): Boolean

Called by the underlying audio subsystem when the capturer is ready to capture. This method is called after onInitCapturer().

Return

A boolean value that indicates if capturing has started or not.

Parameters

audioDeviceContext