IncomingCallControls
fun IncomingCallControls(modifier: Modifier = Modifier, isVideoCall: Boolean, isCameraEnabled: Boolean, onCallAction: (CallAction) -> Unit)
A list of call control action buttons that allows people to accept or cancel a call.
Parameters
modifier
Modifier for styling.
isVideoCall
Represents is a video call or not.
isCameraEnabled
Represents is camera enabled or not.
onCallAction
Handler used when the user interacts with Call UI.