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.