LeaveCallAction

fun LeaveCallAction(modifier: Modifier = Modifier, enabled: Boolean = true, onCallAction: (LeaveCall) -> Unit)

A call action button represents leaving a call.

Parameters

modifier

Optional Modifier for this action button.

enabled

Whether or not this action button will handle input events.

onCallAction

A CallAction event that will be fired.