Package-level declarations

Functions

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

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

Link copied to clipboard
fun MicrophoneIndicator(modifier: Modifier = Modifier, isMicrophoneEnabled: Boolean)

Used to indicate the microphone state of a given participant.

Link copied to clipboard
fun NetworkQualityIndicator(networkQuality: NetworkQuality, modifier: Modifier = Modifier)

Shows the quality of the user's connection depending on the ConnectionQuality level.

Link copied to clipboard
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.