ParticipantLabelSoundIndicatorContentParams

constructor(isSpeaking: Boolean, isAudioEnabled: Boolean, audioLevel: Float = 0.0f, modifier: Modifier = Modifier)

Parameters

isSpeaking

Whether the sound indicator animates as speaking.

isAudioEnabled

Whether the participant's microphone is enabled.

audioLevel

The audio level of the participant, between 0 and 1.

modifier

Modifier for styling. It carries the position and padding of the indicator inside the label, which differ between the label variants.