abstract fun onVideoSessionStopped(sessionStatus: MeetingSessionStatus): Unit
Called when the video session has stopped from a started state with the reason provided in the status.
Note: this callback will be called on main thread.
sessionStatus
- : MeetingSessionStatus - The reason why the session has stopped.