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

endpoint.createAccont is not a function #31

Closed murugancmi closed 7 years ago

murugancmi commented 7 years ago

When i try to register i am getting endpoint.createAccont is not a function bellow is my code sample

const endpoint = new Endpoint();

const state = await endpoint.start(); let account = await endpoint.createAccount(configuration);

amen160 commented 4 years ago

the same with me [TypeError: endpoint.createAccont is not a function. (In 'endpoint.createAccont()', 'endpoint.createAccont' is undefined)] Can you help me? @murugancmi