AudioVolumeIndicator

fun AudioVolumeIndicator(modifier: Modifier = Modifier, audioLevels: Float, color: Color = VideoTheme.colors.brandPrimary)

Used to indicate the active sound levels of a given participant.

Parameters

modifier

Modifier for styling.

audioLevels

Indicates the audio levels that will be drawn. This list must contains thee float values (0 ~ 1f).