Attendee

class 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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Chime SDK attendee ID.

Link copied to clipboard

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

Link copied to clipboard

The join token used by the Amazon Chime SDK attendee.

Functions

Link copied to clipboard
inline fun copy(block: Attendee.Builder.() -> Unit = {}): Attendee
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String