onVideoSessionStarted

abstract fun onVideoSessionStarted(sessionStatus: MeetingSessionStatus)

Called when the video session has started. Sometimes there is a non fatal error such as trying to send local video when the capacity was already reached. However, user can still receive remote video in the existing video session.

Note: this callback will be called on main thread.

Parameters

sessionStatus

: MeetingSessionStatus - Additional details on how the video session started.