VirtualConfig

fun VirtualConfig(showWaitingRoomVideo: Boolean = true, waitingRoomYouTubeVideoId: String? = null, vimeoURL: String? = null)

Parameters

showWaitingRoomVideo

Whether or not to display a YouTube video on the virtual waiting room screen. Defaults to true. This must be explicitly overridden in order to hide the waiting room, otherwise it will always show.

waitingRoomYouTubeVideoId

The id of the YouTube video that should display on the waiting room screen. This can be retrieved from a YouTube video's URL. If the video's URL is https://www.youtube.com/watch?v=2woiLsEG2zo, this value should be 2woiLsEG2zo.

vimeoURL

The URL to the vimeo video. If the URL is https://player.vimeo.com/external/761626618.mpd?s=766354878172a5984fea102e9323a5d3f91cf2f7, the value should be 761626618.mpd?s=766354878172a5984fea102e9323a5d3f91cf2f7.

If no vimeo URL or youtube video are provided this default vimeo video will play https://player.vimeo.com/external/761626618.mpd?s=766354878172a5984fea102e9323a5d3f91cf2f7 In the case where both vimeo and youtube URLs are provided, the youtube video will take precedence