> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/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.


## Related topics

- [SuperOffice.WebApi.Data.TaskListItem](/en/api/reference/webapi/SuperOffice.WebApi.Data.TaskListItem.md)
- [SuperOffice.WebApi.Data.VideoMeetingReservation](/en/api/reference/webapi/SuperOffice.WebApi.Data.VideoMeetingReservation.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.VideoMeetings](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.VideoMeetings.md)
- [SuperOffice.WebApi.Data.Appointment CreateVideoMeetingReservationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_CreateVideoMeetingReservationRequest.md)
- [SuperOffice.WebApi.Data.Appointment DeleteVideoMeetingReservationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_DeleteVideoMeetingReservationRequest.md)
- [SuperOffice.WebApi.Data.Appointment GetVideoMeetingConnectedStateRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Appointment_GetVideoMeetingConnectedStateRequest.md)
