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 233 forks source link

Can I change the default port number? (5060) #22

Closed pohodnya closed 7 years ago

datso commented 7 years ago

Sure, just use proxy parameter, 'sip:youserver.com:5066' should work.

pohodnya commented 7 years ago

@datso Thanks for the quick response!