apprtc icon indicating copy to clipboard operation
apprtc copied to clipboard

AppRTC can't get sound from ios device

Open nazuzu opened this issue 5 years ago • 2 comments
trafficstars

Browsers and versions affected Chrome 79

Description When ios device and web side connect a room in AppRTC, web's sound is coming the phone but phone's sound is not going to web. But ios device to ios device its runnig correctly.

Steps to reproduce

  1. Open a room in AppRTC from web browser
  2. Get call the ios device with Voip Push Notification and Activate CallKit
  3. Answer call on lockscreen and connect the AppRTC room

Expected results When user answered the call, phone will connect the room and the voice of the phone is will transmit to the web.

Actual results When phone connected the room, the voice of the phone is not transmited to the web. But web's sound is can be hearing on phone.

nazuzu avatar Apr 01 '20 06:04 nazuzu

I had this problem in FirebaseRTC and the solution was to check for Safari and then add the stream instead of using addTrack. It seems that iOS Safari doest like addTrack.

powerspowers avatar May 11 '20 14:05 powerspowers

ios 13.3.1 has a known issue about this -- perhaps that was the version of ios?

horatio-sans-serif avatar Jun 18 '20 19:06 horatio-sans-serif