CallLobbyParticipantLabelContentParams

data class CallLobbyParticipantLabelContentParams(val user: User, val isMicrophoneEnabled: Boolean, val labelPosition: Alignment = Alignment.BottomStart)

Parameters for VideoComponentFactory.CallLobbyParticipantLabelContent.

Parameters

user

A user to display their name on the label.

isMicrophoneEnabled

Whether the microphone is enabled or not.

labelPosition

The position of the label inside the preview container.

Constructors

Link copied to clipboard
constructor(user: User, isMicrophoneEnabled: Boolean, labelPosition: Alignment = Alignment.BottomStart)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val user: User