Skip to content Skip to sidebar Skip to footer

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"