Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Real time access to attendee presence #2886

Open
majid20222 opened this issue Apr 30, 2024 · 1 comment
Open

Real time access to attendee presence #2886

majid20222 opened this issue Apr 30, 2024 · 1 comment

Comments

@majid20222
Copy link

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.

@hensmi-amazon
Copy link
Contributor

The only way i think this would be possible would be to listen to join, leave, and dropped events (https://docs.aws.amazon.com/chime-sdk/latest/dg/using-events.html) in an AWS Lambda or something of that sort, saving those (e.g. in a DB), and making them available to your application.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants