Closed VinayNadig closed 7 years ago
Hi @VinayNadig,
This was an issue with twilio-conversations.js—it should be fixed in twilio-video.js. Do you mind trying out the new version? Please re-open this issue (or file another) if the issue persists.
Thanks, Mark
If 2 participants are invited to a conversation at the same time, the
participantConnected
event is not triggered on the new participant's side.Expected Behavior:
participantConnected
event should be triggered twice on all 3 User's clients.Actual Behavior:
participantConnected
event is triggered twice on User1's client(browser)participantConnected
event is triggered only once on User2's side (for the join of User1)participantConnected
event is triggered only once on User3's side (for the join of User1)At this point, User2 & User3 have no way of knowing that they are in the same conversation.
The issue can be replicated on the javascript quickstart - https://github.com/twilio/video-quickstart-javascript
Steps to Replicate:
This only happens when users are invited at the same time though. The following sequence of steps work perfectly fine:
In this case, All 3 users can see each other.
Is there any work around for this? Is there any way to instantiate a new participant on the client side and stream their media if the
participantConnected
event is not triggered?