abstract fun onAudioSessionStartedConnecting(reconnecting: Boolean): Unit
Called when the audio session is connecting or reconnecting.
Note: this callback will be called on main thread.
reconnecting
- : Boolean - Whether the session is reconnecting or not.