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.
sessionStatus
- : MeetingSessionStatus - The reason why the session has stopped.