Android Sipmanager Throwing Nullpointexception
I'm trying to implement my own android sip implementation and I am having problems registering with my SIP server. Specifically, the SipManager.register() function is throwing a N
Solution 1:
Solved my own problem. Seems that this doesn't work very well while running in a thread.
Post a Comment for "Android Sipmanager Throwing Nullpointexception"