Attendee class

An Amazon Chime SDK meeting attendee. Includes a unique AttendeeId and JoinToken. The JoinToken allows a client to authenticate and join as the specified attendee. The JoinToken expires when the meeting ends or when DeleteAttendee is called. After that, the attendee is unable to join the meeting.

We recommend securely transferring each JoinToken from your server application to the client so that no other client has access to the token except for the one authorized to represent the attendee.

Constructors

Attendee({String? attendeeId, String? externalUserId, String? joinToken})
Attendee.fromJson(Map<String, dynamic> json)
factory

Properties

attendeeId String?
The Amazon Chime SDK attendee ID.
final
externalUserId String?
The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application. If you create an attendee with the same external user id, the service returns the existing record.
final
hashCode int
The hash code for this object.
no setterinherited
joinToken String?
The join token used by the Amazon Chime SDK attendee.
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