CallControlItem
constructor(@DrawableRes icon: Int, @ColorRes iconTint: Int, @ColorRes backgroundTint: Int, action: CallAction, enabled: Boolean = true)
Parameters
icon
The icon in the center of the button.
iconTint
The color of the icon.
backgroundTint
The color of the button background.
action
The CallAction to be performed.