Meeting class

A meeting created using the Amazon Chime SDK.

Constructors

Meeting({String? externalMeetingId, MediaPlacement? mediaPlacement, String? mediaRegion, String? meetingId})
Meeting.fromJson(Map<String, dynamic> json)
factory

Properties

externalMeetingId String?
The external meeting ID.
final
hashCode int
The hash code for this object.
no setterinherited
mediaPlacement MediaPlacement?
The media placement for the meeting.
final
mediaRegion String?
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.
final
meetingId String?
The Amazon Chime SDK meeting ID.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited