blackuy / react-native-twilio-video-webrtc

Twilio Video (WebRTC) for React Native
https://www.twilio.com/docs/video
MIT License
609 stars 404 forks source link

videoTracks.delete is not a function #569

Closed OmkarArote closed 2 years ago

OmkarArote commented 3 years ago

Steps to reproduce

  1. I start the call
  2. Then I end the call

Expected behavior

The call Should end as usual

Actual behavior

It shows me following error:

TypeError: videoTracks.delete is not a function. (In 'videoTracks.delete(track.trackSid)', 'videoTracks.delete' is undefined)

Environment

react-native-twilio-video-webrtc

Version: "master"

IMG: image

SumanMaharana commented 3 years ago

I'm Facing the same issue as mentioned by @OmkarArote . i tried to find the solution in stackoverflow but I couldn't find anything related to it

slycoder commented 2 years ago

Closing for staleness. Please let me know if this is still an issue on the latest version.