ListAttendeesWithPagination

GET https://meetings-chime.{{meetingControl}}.amazonaws.com/meetings/{{meetingId}}/attendees?max-results=2&next-token={{nextToken}}

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
next-tokenstring

RESPONSES

status: OK

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