<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 8.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "EventKit",
  "identifier" : "/documentation/EventKit/EKVirtualConferenceRoomTypeDescriptor",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "EventKit"
    ],
    "preciseIdentifier" : "c:objc(cs)EKVirtualConferenceRoomTypeDescriptor"
  },
  "title" : "EKVirtualConferenceRoomTypeDescriptor"
}
-->

# EKVirtualConferenceRoomTypeDescriptor

Details about a room where virtual conferences take place.

```
class EKVirtualConferenceRoomTypeDescriptor
```

## Overview

To present a list of rooms where a virtual conference takes place, your virtual conference provider creates one or more room type descriptors. Each descriptor contains a user-visible title and an identifier of your choosing. When users create events using one of the rooms you provide, EventKit calls [`fetchVirtualConference(identifier:completionHandler:)`](/documentation/EventKit/EKVirtualConferenceProvider/fetchVirtualConference(identifier:completionHandler:)) and passes the room’s identifier.

## Topics

### Creating Room Type Descriptors

[`-  initWithTitle:identifier:`](/documentation/EventKit/EKVirtualConferenceRoomTypeDescriptor/init(title:identifier:))

Creates an object that describes a location where a virtual conference takes place.

### Configuring Room Type Descriptors

[`title`](/documentation/EventKit/EKVirtualConferenceRoomTypeDescriptor/title)

The user-visible name of a room where virtual conferences take place, such as Personal Room or Team Room.

[`identifier`](/documentation/EventKit/EKVirtualConferenceRoomTypeDescriptor/identifier)

A unique string you choose that identifies the room.

[`EKVirtualConferenceRoomTypeIdentifier`](/documentation/EventKit/EKVirtualConferenceRoomTypeIdentifier)

The type for a room type identifier.

## Relationships

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

### Conforms To

[`CustomDebugStringConvertible`](/documentation/Swift/CustomDebugStringConvertible)

[`CustomStringConvertible`](/documentation/Swift/CustomStringConvertible)

[`CVarArg`](/documentation/Swift/CVarArg)

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

[`Equatable`](/documentation/Swift/Equatable)

[`Hashable`](/documentation/Swift/Hashable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)