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

Get Error endpoint.createAccont is not a function #217

Closed amen160 closed 3 years ago

amen160 commented 3 years ago

Hi every body! Can you help me. I get error [TypeError: endpoint.createAccont is not a function. (In 'endpoint.createAccont()', 'endpoint.createAccont' is undefined)]

mycode: let endpoint = new Endpoint(); let account = await endpoint.createAccont();

amen160 commented 3 years ago

[TypeError: null is not an object (evaluating '_reactNative.NativeModules.PjSipModule.createAccount')]

amen160 commented 3 years ago

I try react-native link react-native-pjsip anh get error ftom xcode

Screen Shot 2020-09-30 at 12 45 37
saikiran402 commented 3 years ago

Hi amen160 did you figure this out ?