amazon-chime-sdk / com.amazonaws.services.chime.sdk.meetings.audiovideo / AudioVideoObserver / onAudioSessionDropped

onAudioSessionDropped

abstract fun onAudioSessionDropped(): Unit

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.