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
Key | Datatype | Required | Description |
---|---|---|---|
max-results | number |
RESPONSES
status: OK
{"Attendees":[{"AttendeeId":"string","Capabilities":{"Audio":"string","Content":"string","Video":"string"},"ExternalUserId":"string","JoinToken":"string"}],"NextToken":"string"}