CallLobbyControlsContentParams
data class CallLobbyControlsContentParams(val call: Call, val isCameraEnabled: Boolean, val isMicrophoneEnabled: Boolean, val modifier: Modifier = Modifier, val onCallAction: (CallAction) -> Unit? = null)
Parameters for VideoComponentFactory.CallLobbyControlsContent.
Parameters
call
The call that contains all the participants state and tracks.
isCameraEnabled
Whether the camera is enabled or not.
isMicrophoneEnabled
Whether the microphone is enabled or not.
modifier
Modifier for styling.
onCallAction
Handler when the user triggers a Call Control Action. When null, the default call action handler is used.