datso / react-native-pjsip

A PJSIP module for React Native.
http://datso.github.io/react-native-pjsip
GNU General Public License v3.0
272 stars 228 forks source link

How to Get Audio after makeCall #228

Open changleecc opened 3 years ago

changleecc commented 3 years ago

I am successfully able to makeCall thus ringing the other phone.

However, once the other party answers, there is no sound being transmitted to the other phone or heard from the phone that is doing the ringing.

I've made sure to enable all permissions including microphone but can't seem to find anything anywhere on how to hear or transit sound. After makeCall is invoked, do I need to capture the audio stream somehow?

marufMunshi commented 3 years ago

@changleecc Hi, can you please share your configuration for creating and connecting to the server? I am stuck there.

Thanks in advance

saikiran402 commented 3 years ago

I am getting 401(unauthorised) in server log