onAudioSessionStarted

abstract fun onAudioSessionStarted(reconnecting: Boolean)

Called when the audio session has started.

Note: this callback will be called on main thread.

Parameters

reconnecting

: Boolean - Whether the session is reconnecting or not.