Meeting Information
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.
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
WebSocket signaling endpoint.
Link copied to clipboard
TURN credential endpoint.