Unable to start the endpoint
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
I have the same problem, someone knows why ?
i have the same problem. Do you help me ?
I Moved to websockets and used some other library to achieve the requirement.
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
@mcaon Hello! Did you find solution?
Hey guys, for fix problem:
Add this command on AndroidManifest: <service android:name="com.carusto.ReactNativePjSip.PjSipService" />
Bye !