-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to start the endpoint #232
Comments
I have the same problem, someone knows why ? |
i have the same problem. |
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: Bye ! |
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. |
saikiran402 do you still remember what library you used? I'm getting this |
@DevMrTV thanks it worked? but its not connecting to server const App = () => { const [endpoint, setEndpoint] = useState(null); const handleSIP = async () => {
}; // useEffect(() => { return ( export default App; |
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
The text was updated successfully, but these errors were encountered: