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.