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

Reopen: Listen to Event #693

Open
Abd-Alrahman-Alahmar opened this issue Jun 3, 2024 · 1 comment
Open

Reopen: Listen to Event #693

Abd-Alrahman-Alahmar opened this issue Jun 3, 2024 · 1 comment
Assignees

Comments

@Abd-Alrahman-Alahmar
Copy link

Originally posted by @deven98 in #686 (comment)

Thanks,

Actually in my case CoordinatorCallCreatedEvent is not being triggered not sure why, however I am using CoordinatorCallSessionStartedEvent, the logic I am using is to query the calls for specific channel once receive CoordinatorCallCreatedEvent
however I noticed that it only get triggered for the user who created the room, while other users is not getting the event

@Abd-Alrahman-Alahmar
Copy link
Author

I think the issue is because each user have it is own instance, so for example, each user have different StreamVideo get video => StreamVideo.instance;
as each have different token, so when a user create a call, the event is trigger in that instance only , it is like a channel where other user have a new instance so each are individual , I wonder if there is away that event can be shared with users ? or any alternative so I can trigger a queryCalls whenever a new call is created in particular chat channel

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