onAudioSessionStartedConnecting

abstract fun onAudioSessionStartedConnecting(reconnecting: Boolean)

Called when the audio session is connecting or reconnecting.

Note: this callback will be called on main thread.

Parameters

reconnecting

: Boolean - Whether the session is reconnecting or not.