ParticipantVideoLabelContentParams
data class ParticipantVideoLabelContentParams(val call: Call, val participant: ParticipantState, val labelPosition: Alignment = Alignment.BottomStart)
Parameters for VideoComponentFactory.ParticipantVideoLabelContent.
Parameters
call
The call that contains all the participants state and tracks.
participant
Participant to render the label for.
labelPosition
The position of the label inside the participant video container.
Constructors
Link copied to clipboard
constructor(call: Call, participant: ParticipantState, labelPosition: Alignment = Alignment.BottomStart)