MeetingInformation

data class MeetingInformation(val externalMeetingId: String = "", val meetingId: String = "", val audioHostURL: String = "", val audioFallbackURL: String = "", val turnControlURL: String = "", val signalingURL: String = "", val ingestionURL: String = "", val attendeeId: String = "", val externalUserId: String = "", val joinToken: String = "")

All credentials required to join a Chime meeting as a single attendee.

Obtain these values from the AWS Chime SDK CreateMeeting and CreateAttendee API responses.

Constructors

Link copied to clipboard
constructor(externalMeetingId: String = "", meetingId: String = "", audioHostURL: String = "", audioFallbackURL: String = "", turnControlURL: String = "", signalingURL: String = "", ingestionURL: String = "", attendeeId: String = "", externalUserId: String = "", joinToken: String = "")

Properties

Link copied to clipboard

Chime attendee ID returned by CreateAttendee.

Link copied to clipboard

WebSocket fallback URL used when UDP is blocked.

Link copied to clipboard

Media server host for audio (UDP/SRTP).

Link copied to clipboard

Your app-defined meeting identifier.

Link copied to clipboard

Your app-defined user identifier.

Link copied to clipboard

Client event ingestion endpoint.

Link copied to clipboard

Attendee join token returned by CreateAttendee.

Link copied to clipboard

Chime meeting ID returned by CreateMeeting.

Link copied to clipboard

WebSocket signaling endpoint.

Link copied to clipboard

TURN credential endpoint.