AudioOnlyCallControls

fun AudioOnlyCallControls(modifier: Modifier, isMicrophoneEnabled: Boolean, onCallAction: (CallAction) -> Unit)

Component that displays the call controls for an active audio-only call.

Parameters

modifier

Modifier for styling.

isMicrophoneEnabled

Weather or not the microphone icon will show the mic as enabled or not.

onCallAction

Handler used when the user triggers a CallAction.