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

onAudioSessionStopped

abstract fun onAudioSessionStopped(sessionStatus: MeetingSessionStatus): Unit

Called when the audio session has stopped with the reason provided in the status. This callback implies that audio client has stopped permanently for this session and there will be no attempt of reconnecting it.

Note: this callback will be called on main thread.

Parameters

sessionStatus - : MeetingSessionStatus - The reason why the session has stopped.