onAudioSessionDropped

abstract fun onAudioSessionDropped()

Called when audio session got dropped due to poor network conditions. There will be an automatic attempt of reconnecting it. If the reconnection is successful, onAudioSessionStarted will be called with value of reconnecting as true

Note: this callback will be called on main thread.