- localProfile
- the SIP profile to register with
- expiryTime
- registration expiration time (in seconds)
- listener
- to listen to the registration events
Type Reason Android.Net.Sip.SipException if calling the SIP service results in an error
Manually registers the profile to the corresponding SIP provider for receiving calls. SipManager.Open(SipProfile, Android.App.PendingIntent, Android.App.PendingIntent) is still needed to be called at least once in order for the SIP service to notify the caller with the Android.App.PendingIntent when an incoming call is received.