CallLobbyOnRenderedContentParams

data class CallLobbyOnRenderedContentParams(val call: Call, val video: ParticipantState.Video, val onRendered: (View) -> Unit = {})

Parameters for VideoComponentFactory.CallLobbyOnRenderedContent.

Parameters

call

The call that contains all the participants state and tracks.

video

The local participant video to render on the preview.

onRendered

An interface that is invoked when the video is rendered.

Constructors

Link copied to clipboard
constructor(call: Call, video: ParticipantState.Video, onRendered: (View) -> Unit = {})

Properties

Link copied to clipboard
val call: Call
Link copied to clipboard
val onRendered: (View) -> Unit
Link copied to clipboard