CallLobbyControlsContentParams
constructor(call: Call, isCameraEnabled: Boolean, isMicrophoneEnabled: Boolean, modifier: Modifier = Modifier, onCallAction: (CallAction) -> Unit? = null)
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.