SpaceMeetingInfo

public struct SpaceMeetingInfo

The Webex meeting details for a space such as the SIP address, meeting URL, toll-free and toll dial-in numbers.

Since

2.3.0
  • A unique identifier for the space.

    Declaration

    Swift

    public var spaceId: String?
  • The Webex meeting URL for the space.

    Declaration

    Swift

    public var meetingLink: String?
  • The SIP address for the space.

    Declaration

    Swift

    public var sipAddress: String?
  • The Webex meeting number for the space.

    Declaration

    Swift

    public var meetingNumber: String?
  • The toll-free PSTN number for the space.

    Declaration

    Swift

    public var callInTollFreeNumber: String?
  • The toll (local) PSTN number for the space.

    Declaration

    Swift

    public var callInTollNumber: String?