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