Meeting

public struct Meeting : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The external meeting ID.

    Declaration

    Swift

    public let externalMeetingId: String?
  • The media placement for the meeting.

    Declaration

    Swift

    public let mediaPlacement: MediaPlacement?
  • The Region in which to create the meeting. Available values: af-south-1, ap-northeast-1, ap-northeast-2, ap-south-1, ap-southeast-1, ap-southeast-2, ca-central-1, eu-central-1, eu-north-1, eu-south-1, eu-west-1, eu-west-2, eu-west-3, sa-east-1, us-east-1, us-east-2, us-west-1, us-west-2.

    Declaration

    Swift

    public let mediaRegion: String?
  • The Amazon Chime SDK meeting ID.

    Declaration

    Swift

    public let meetingId: String?
  • Undocumented

    Declaration

    Swift

    public init(externalMeetingId: String? = nil, mediaPlacement: MediaPlacement? = nil, mediaRegion: String? = nil, meetingId: String? = nil)