Open samiulislamlive opened 4 months ago
What I want is that if i click on a button it will unregister me. That means it will unregister me from system so that I do not receive call.
There is functionality to unregister on the SIPUAHelper class.
SIPUAHelper
SIPUAHelper helper = SIPUAHelper(); if (helper.registered) { helper.unregister(); }
What I want is that if i click on a button it will unregister me. That means it will unregister me from system so that I do not receive call.