You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code to reproduce the issue:
I have done my research and have not found this issue reported anywhere. To share the bug and reproduce it I have a created a new Next.js project from scratch and setup Twilio into that.
Steps to reproduce the issue
Join a room with video call (there should be at least 2 participants)
log out from call from one of the participant
The participantDisconnected listener will not trigger the event for remote participant disconnection
The participantDisconnected listener event should be triggered for all other participants in the room when any remote participant disconnects
Actual behavior:
The participantDisconnected listener event does not get triggered and video frame from remote participants seems to be frozen even though the remote participant has left the room
Software versions:
Browser(s): Firefox 116.0.3, Safari 16.6
Operating System: Mac OS Monterey 12.6.8
twilio-video.js: 2.17.1 - 2.27.0
Third-party libraries: Next.js 13.4.9
The text was updated successfully, but these errors were encountered:
or sensitive account information (API keys, credentials, etc.) when reporting this issue.
Code to reproduce the issue:
I have done my research and have not found this issue reported anywhere. To share the bug and reproduce it I have a created a new Next.js project from scratch and setup Twilio into that.
Steps to reproduce the issue
This is the repo for the project and the issue can be reporduced
Expected behavior:
The participantDisconnected listener event should be triggered for all other participants in the room when any remote participant disconnects
Actual behavior:
The participantDisconnected listener event does not get triggered and video frame from remote participants seems to be frozen even though the remote participant has left the room
Software versions:
The text was updated successfully, but these errors were encountered: