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

onParticipantRemovedVideoTrack never gets called #63

Closed
cipriancaba opened this issue Nov 2, 2017 · 5 comments
Closed

onParticipantRemovedVideoTrack never gets called #63

cipriancaba opened this issue Nov 2, 2017 · 5 comments

Comments

@cipriancaba
Copy link

Steps to reproduce

  1. Connect to a room from 2 different iOS devices
  2. Disconnect from the second device
  3. onParticipantRemovedVideoTrack for the first device is not called

Expected behaviour

onParticipantRemovedVideoTrack should be called on the first device that is still connected

Actual behaviour

No way to tell if a second device has disconnected, which leaves us with a frozen video stream

Environment

  • Node.js version: v8.8.1
  • React Native version: v0.49.3
  • React Native platform + platform version: iOS 9.0

react-native-twilio-video-webrtc

Version: npm version or "master" version "1.0.2"
Pod dependency s.dependency 'TwilioVideo', '>= 1.0.1' which resolves to - TwilioVideo (1.3.7)

Might be related to #56

@bilby91
Copy link
Collaborator

bilby91 commented Nov 2, 2017

@cipriancaba Have you seen this issue twilio/video-quickstart-ios#99 ? I think it might be related.

@bilby91
Copy link
Collaborator

bilby91 commented Nov 2, 2017

Also, https://www.twilio.com/docs/api/video/changelogs/ios#137-october-17-2017

@bilby91
Copy link
Collaborator

bilby91 commented Nov 23, 2017

Closing this one since it's a know issue in TwilioVideo 1.X

@moksamedia
Copy link

@bilby91 Is there a work around if this is a known issue?

@bilby91
Copy link
Collaborator

bilby91 commented Dec 17, 2017

@moksamedia I'm not aware of any workaround for this problem sadly. These are the issues in the Twilio library:

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

3 participants