amazon-chime-sdk-js
amazon-chime-sdk-js copied to clipboard
Real time access to attendee presence
Problem Statement
I aim to display a list of active participants in the active Chime meeting on the dashboard within my application, even if a participant with the dashboard is not present in the meeting but the meeting has other participants.
I've utilized realtimeSubscribeToAttendeeIdPresence, but it seems to be only available when the meeting is active for that specific participant. However, I wish to display the list of active participants in that active Chime meeting when that specific participant leaves the meeting and returns to their dashboard. Is there a way to achieve this? Your prompt response will be greatly appreciated.
Documentation Reviewed Amazon Chime SDK JS Documentation - Attendees
Additional Information I'm using amazon-chime-sdk-js version 3.21.1 in Angular 15.