> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.VideoMeetingStatus

# <a id="SuperOffice_WebApi_Data_VideoMeetingStatus" /> Enum VideoMeetingStatus

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Default video-meeting status for meetings created in SuperOffice CRM
This Enum is used by:  Task.default\_videomeeting\_status

```csharp theme={null}
public enum VideoMeetingStatus : short
```

## Fields

`NoChange = 0`

0: No Change

`VideoMeetingOff = 2`

2: Appointments created from this task-type should disable video-meetings by default.

`VideoMeetingOn = 1`

1: Appointments created from this task-type should enable video-meetings by default.
