IncomingCallControlsContentParams

constructor(isCameraEnabled: Boolean, isMicrophoneEnabled: Boolean? = null, isVideoCall: Boolean = true, onCallAction: (CallAction) -> Unit = {})

Parameters

isCameraEnabled

Whether the camera is enabled or not.

isMicrophoneEnabled

Whether the microphone is enabled or not. When null, the microphone toggle is not shown.

isVideoCall

Represents whether the call is a video call or not.

onCallAction

Handler used when the user interacts with Call UI.