> ## 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.VideoMeetingReservation

# <a id="SuperOffice_WebApi_Data_VideoMeetingReservation" /> Class VideoMeetingReservation

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

Carrier object for VideoMeetingReservation.
VideoMeetingReservation - Create or delete a VideoMeetingReservation. The VideoMeetingReservation.MeetingId can be linked to an Appointment

```csharp theme={null}
public class VideoMeetingReservation
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[VideoMeetingReservation](SuperOffice.WebApi.Data.VideoMeetingReservation.md)

#### Inherited Members

[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_VideoMeetingReservation__ctor" /> VideoMeetingReservation()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public VideoMeetingReservation()
```

## Properties

### <a id="SuperOffice_WebApi_Data_VideoMeetingReservation_VideoMeetingId" /> VideoMeetingId

The ID for the meeting, as considered from the central meeting service, not SO

```csharp theme={null}
public virtual string VideoMeetingId { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_VideoMeetingReservation_VideoMeetingUrl" /> VideoMeetingUrl

The URL for the meeting.

```csharp theme={null}
public virtual string VideoMeetingUrl { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

## See Also

[AppointmentAgent](SuperOffice.WebApi.Agents.AppointmentAgent.md)


## Related topics

- [SuperOffice.WebApi.Agents.AppointmentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.AppointmentAgent.md)
- [SuperOffice.WebApi.Agents.IAppointmentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IAppointmentAgent.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.VideoMeetingStatus](/en/api/reference/webapi/SuperOffice.WebApi.Data.VideoMeetingStatus.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.VideoMeetings](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.VideoMeetings.md)
