ToggleSpeakerphoneAction

fun ToggleSpeakerphoneAction(modifier: Modifier = Modifier, isSpeakerphoneEnabled: Boolean, enabled: Boolean = true, shape: Shape? = null, enabledColor: Color? = null, disabledColor: Color? = null, enabledIconTint: Color? = null, disabledIconTint: Color? = null, onCallAction: (ToggleSpeakerphone) -> Unit)

A call action button represents toggling a speakerphone.

Parameters

modifier

Optional Modifier for this action button.

isSpeakerphoneEnabled

Represent is speaker enabled.

enabled

Whether or not this action button will handle input events.

onCallAction

A CallAction event that will be fired.