<!--
{
  "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/EKVirtualConferenceURLDescriptor/init(title:url:)-8l9d9",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "EventKit"
    ],
    "preciseIdentifier" : "c:objc(cs)EKVirtualConferenceURLDescriptor(im)initWithTitle:URL:"
  },
  "title" : "init(title:url:)"
}
-->

# init(title:url:)

Creates a URL descriptor with the given title and URL.

```
init(title: String?, url URL: URL)
```

## Parameters

`title`

A user-visible name of a room where virtual conferences take place.

`URL`

The URL that users open to join a virtual conference.

## Return Value

A URL descriptor with the specified title and URL.

---

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)