onVideoSessionStopped

abstract fun onVideoSessionStopped(sessionStatus: MeetingSessionStatus)

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.

Parameters

sessionStatus

: MeetingSessionStatus - The reason why the session has stopped.