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

onVideoSessionStopped

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.

Parameters

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