ParticipantVideoFallbackContentParams

data class ParticipantVideoFallbackContentParams(val call: Call, val participant: ParticipantState)

Parameters for VideoComponentFactory.ParticipantVideoFallbackContent.

Parameters

call

The call that contains all the participants state and tracks.

participant

Participant whose fallback is rendered.

Constructors

Link copied to clipboard
constructor(call: Call, participant: ParticipantState)

Properties

Link copied to clipboard
val call: Call
Link copied to clipboard