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
I have discovered that calling removeTrack(<JitsiTrack>) on a JitsiConference will not trigger the TRACK_REMOVED event for remote users. I use Chrome v47.
Reproduction steps using example application (/doc/example/example.js):
Have two users join the conference.
Enter room.removeTrack(localTracks[1]) into one users console.
Expected:
track removed!!! to appear in other users console.
Actual:
Other participants video stops. But track removed!!! does not appear in console.
The text was updated successfully, but these errors were encountered:
Hi.
I have discovered that calling
removeTrack(<JitsiTrack>)
on a JitsiConference will not trigger theTRACK_REMOVED
event for remote users. I use Chrome v47.Reproduction steps using example application (/doc/example/example.js):
room.removeTrack(localTracks[1])
into one users console.Expected:
track removed!!!
to appear in other users console.Actual:
track removed!!!
does not appear in console.The text was updated successfully, but these errors were encountered: