question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

onParticipantRemovedVideoTrack never gets called

See original GitHub issue

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

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

0reactions
bilby91commented, Dec 17, 2017

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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Capturer (iPhone camera) not provided to TVIVideoCapturer ...
I am getting an error where my TwilioVideo module, which expects a Capturer (camera or microphone), is not receiving that input.
Read more >
How to add Video calling to a React Native App | by Kyle Buntin
click add a new api key, for type, select the dropdown and choose main. The api secret will only be shown once. You...
Read more >
react-native-twilio-video-webrtc from blackuy - Coder Social
When configuring it on Android, I follow the steps given in the documentation and I get this error on buid (using react-native run-android)....
Read more >
Create a React Native Video Calling App Using Twilio -
In this post, we are going to build a React Native Android app for Video calls using Twilio. Let's get started with Twilio....
Read more >
react-native-twilio-video-webrtc - Github Plus
onParticipantAddedVideoTrack is never called when the other participant connect. I get onRoomDidConnect on both phones, but they never send each others their ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found