datso / react-native-pjsip

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

How to merge audio source #130

Open tribeAppMobile opened 6 years ago

tribeAppMobile commented 6 years ago

May i create mini conference calls like: A call B, A call C. then

  1. A can receive sounds from B and C
  2. B talks, then A and C will receive the sound also. I think the ways to implement to redirect the sound or merge source.

Are there any ways to implement from react-native-pjsip ? Thanks

datso commented 6 years ago

Pjsip supports conferencing, but this wrapper doesn't have such bindings yet. PR is welcome.