I'm trying to implement a conference call application on my own and I'm having issues with streams sometimes disappearing,
Example: Client 1 enters conference call and sits there for a while
Client 2 enters conference call and does not see or hear Client 1. However, Client 1 can see and hear Client 2.
Client 1 leaves and re-enters the conference call and now both see each other.
As you can see this gets exponentially bad the more people are in the call and people don't know who sees them and who they are missing. And eventually someone disappears etc.
Question
Albin
Hi,
I'm trying to implement a conference call application on my own and I'm having issues with streams sometimes disappearing,
Example: Client 1 enters conference call and sits there for a while
Client 2 enters conference call and does not see or hear Client 1. However, Client 1 can see and hear Client 2.
Client 1 leaves and re-enters the conference call and now both see each other.
As you can see this gets exponentially bad the more people are in the call and people don't know who sees them and who they are missing. And eventually someone disappears etc.
I have looked at the code in ant-media/conference-call-application: Conference Call Application over Ant Media Server (github.com) and there is just so much code, which I feel is unnecessary to my use case, and also I would like to use my own UI library and CSS, and develop the entire application from scratch.
It would be nice if there was a barebones react application example for a stable conference call without any extra features.
I can provide some of the code for my application: (This is just relevant part of the code)
Also this is using TypeScript;
If anyone can spot what I'm doing wrong, or take my code and try to implement it themselves to see what I'm doing wrong.
I can also send the full code with UI components, and access to the deployed frontend, if someone wants to help me.
Or if there is already existing code I can use that would be helpful.
Thanks.
Link to comment
Share on other sites
Top Posters For This Question
3
1
Popular Days
Apr 26
4
Top Posters For This Question
Albin 3 posts
mustafaboleken 1 post
Popular Days
Apr 26 2023
4 posts
3 answers to this question
Recommended Posts