SoundIndicator

fun SoundIndicator(modifier: Modifier = Modifier, isSpeaking: Boolean, isAudioEnabled: Boolean, audioLevel: Float)

Used to indicate the sound state of a given participant. Either shows a mute icon or the sound levels.

Parameters

modifier

Modifier for styling.

isSpeaking

Represents is user speaking or not.

isAudioEnabled

Represents is audio enabled or not.

audioLevel

Indicates the audio level that will be drawn.