MicrophoneIndicator

fun MicrophoneIndicator(modifier: Modifier = Modifier, isMicrophoneEnabled: Boolean)

Used to indicate the microphone state of a given participant.

Parameters

modifier

Modifier for styling.

isMicrophoneEnabled

Represents is audio enabled or not.