AcceptCallAction

fun AcceptCallAction(    modifier: Modifier = Modifier,     enabled: Boolean = true,     icon: ImageVector? = null,     bgColor: Color? = null,     iconTint: Color? = null,     onCallAction: (AcceptCall) -> Unit)

A call action button represents accepting 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.