AudioOnlyCallControlsContentParams

data class AudioOnlyCallControlsContentParams(val isMicrophoneEnabled: Boolean, val onCallAction: (CallAction) -> Unit = {})

Parameters for VideoComponentFactory.AudioOnlyCallControlsContent.

Parameters

isMicrophoneEnabled

Whether the microphone is enabled or not.

onCallAction

Handler used when the user interacts with Call UI.

Constructors

Link copied to clipboard
constructor(isMicrophoneEnabled: Boolean, onCallAction: (CallAction) -> Unit = {})

Properties

Link copied to clipboard
Link copied to clipboard