Attendee - Amazon Chime

The Amazon Chime SDK Identity, Media Pipelines, Meetings, and Messaging APIs are now published on the new Amazon Chime SDK API Reference. For more information, see the Amazon Chime SDK API Reference.

Attendee

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.

Contents

AttendeeId

The Amazon Chime SDK attendee ID.

Type: String

Pattern: [a-fA-F0-9]{8}(?:-[a-fA-F0-9]{4}){3}-[a-fA-F0-9]{12}

Required: No

ExternalUserId

The Amazon Chime SDK external user ID. An idempotency token. Links the attendee to an identity managed by a builder application.

Type: String

Length Constraints: Minimum length of 2. Maximum length of 64.

Required: No

JoinToken

The join token used by the Amazon Chime SDK attendee.

Type: String

Length Constraints: Minimum length of 2. Maximum length of 2048.

Pattern: ^[a-zA-Z0-9+/]+$

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: