Contents

init(title:identifier:)

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

Declaration

init(title: String, identifier: EKVirtualConferenceRoomTypeIdentifier)

Parameters

  • title:

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

  • identifier:

    A unique string you choose that identifies the room.

Return Value

An object that describes a location where a virtual conference takes place.