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
Used to indicate the microphone state of a given participant.
Link copied to clipboard
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.