OutgoingCallControlsContentParams
constructor(isCameraEnabled: Boolean, isMicrophoneEnabled: Boolean, isVideoCall: Boolean = true, onCallAction: (CallAction) -> Unit = {})
Parameters
isCameraEnabled
Whether the camera is enabled or not.
isMicrophoneEnabled
Whether the microphone is enabled or not.
isVideoCall
Represents whether the call is a video call or not.
onCallAction
Handler used when the user interacts with Call UI.