ToggleCamera

data class ToggleCamera(val isEnabled: Boolean) : CallAction

Action to toggle if the camera is on or off.

Constructors

Link copied to clipboard
constructor(isEnabled: Boolean)

Properties

Link copied to clipboard