OutgoingCallControls
fun OutgoingCallControls(modifier: Modifier = Modifier, isVideoCall: Boolean = true, isCameraEnabled: Boolean, isMicrophoneEnabled: 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.
isCameraEnabled
Represents is camera enabled or not.
isMicrophoneEnabled
Represents is microphone enabled or not.
onCallAction
Handler used when the user interacts with Call UI.