ParticipantLabelSoundIndicatorContentParams
data class ParticipantLabelSoundIndicatorContentParams(val isSpeaking: Boolean, val isAudioEnabled: Boolean, val audioLevel: Float = 0.0f, val modifier: Modifier = Modifier)
Parameters for VideoComponentFactory.ParticipantLabelSoundIndicatorContent.
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.