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

TRACK_REMOVED event not getting triggered for remote users on lib-jitsi-meet #453

Closed
seanmheff opened this issue Jan 14, 2016 · 1 comment

Comments

@seanmheff
Copy link

Hi.

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.
@seanmheff
Copy link
Author

Issue is fixed in new repo

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

1 participant