Closed herlarb closed 6 years ago
Hi, what "react-native link" shows?
I had not previously linked my the library ( my bad ) but upon linking all i get now is an empty object on state after calling .start() on endpoint instance . I am not conversant with redux only mobx but the sample app uses a lot of dispatch and redux . How can i get the access state information such as Calls , Accounts , Connectivity. I am quite new to the library. Kindly help
Create a new account and then refresh the view on Android, this.state in your case shouldn't be empty.
Hi!, I'm using ios and after the appropriate setup procedure it comes up that NativeModules.PjSipModule (row72) in Endpoint.js is undefined. Help!!
@datso am trying to follow the instructions provided to use the PJSIP library but anytime i invoke the .start() method on the endpoint instance i get an error " undefined is not an object (evaluating '_reactNative.NativeModules.PjSipModule.start')"
Here is my source code