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

Unable to start the endpoint #232

Open saikiran402 opened 3 years ago

saikiran402 commented 3 years ago

Endpoint { "_events": Object {}, "_maxListeners": undefined, }

[Unhandled promise rejection: TypeError: null is not an object (evaluating '_reactNative.NativeModules.PjSipModule.start')]

Can someone help me with this

maurojones commented 2 years ago

I have the same problem, someone knows why ?

utnhim commented 2 years ago

i have the same problem. Do you help me ?

saikiran402 commented 2 years ago

I Moved to websockets and used some other library to achieve the requirement.

mcaon commented 2 years ago

I Moved to websockets and used some other library to achieve the requirement.

@saikiran402 can u help me to do the same thing? what library u used? Its happening exactly the same thing here

erokhovama commented 1 year ago

@mcaon Hello! Did you find solution?

DevMrTV commented 5 months ago

Hey guys, for fix problem: Add this command on AndroidManifest: <service android:name="com.carusto.ReactNativePjSip.PjSipService" />

Bye !

kiranNegiloni commented 1 week ago

com.carusto.ReactNativePjSip.PjSipService

Hi @DevMrTV , I have added the service to the manifest and manually linked the library, but still getting the endpoint as undefined. Kindly let me know if there is something i am missing.