CallLobbyOnRenderedContentParams

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

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.