ListAttendees

GET https://meetings-chime.{{meetingControl}}.amazonaws.com/meetings/{{meetingId}}/attendees

Lists the attendees for the specified Amazon Chime SDK meeting.

https://docs.aws.amazon.com/chime-sdk/latest/APIReference/APImeeting-chimeListAttendees.html

Request Params

KeyDatatypeRequiredDescription
max-resultsnumber

RESPONSES

status: OK

{"Attendees":[{"AttendeeId":"string","Capabilities":{"Audio":"string","Content":"string","Video":"string"},"ExternalUserId":"string","JoinToken":"string"}],"NextToken":"string"}