blackuy / react-native-twilio-video-webrtc

Twilio Video (WebRTC) for React Native
MIT License
604 stars 402 forks source link

Remote audio not working on Apple Silicon (M1) #481

Open erisvaldojunior opened 3 years ago

erisvaldojunior commented 3 years ago

Steps to reproduce

  1. Open Xcode and Run app on My Mac (Designed for iPad) / product -> archive it as a Mac app on a Apple Silicon machine
  2. Make a video call with another user running the same app on an iPhone or iPad
  3. Everything works perfect except for remote audio (camera is fine, local audio is fine, remote user - that is using the same app on an iPhone or iPad - can listen to you but you can't listen remote user)

Expected behaviour

Everything (both video and remote audio) should work normally, just like on iOS devices (iphone and ipad).

Actual behaviour

Everything works perfect, except remote audio

Environment

react-native-twilio-video-webrtc

Version: 2.0

slycoder commented 3 years ago

Woah, I had no idea you could even get it working as far as you did! I think you'd need to escalate with the twilio team though to address the underlying issue.

erisvaldojunior commented 3 years ago

@slycoder surprisingly it was easy and worked fine, except for this bug. I've opened the thread on twilio-video-ios, hope they can tackle it. Thanks!