Android.Net.Sip.SipManager.Open Method
Opens the profile for making generic SIP calls.

Syntax

[Android.Runtime.Register("open", "(Landroid/net/sip/SipProfile;)V", "GetOpen_Landroid_net_sip_SipProfile_Handler")]
public virtual void Open (SipProfile localProfile)

Parameters

localProfile
the SIP profile to make calls from

Exceptions

TypeReason
Android.Net.Sip.SipExceptionif the profile contains incorrect settings or calling the SIP service results in an error

Remarks

Opens the profile for making generic SIP calls. The caller may make subsequent calls through SipManager.MakeAudioCall(SipProfile, Android.Net.Sip.SipProfile, Android.Net.Sip.SipProfile, Android.Net.Sip.SipProfile). If one also wants to receive calls on the profile, use SipManager.Open(SipProfile, Android.App.PendingIntent, Android.App.PendingIntent) instead.

[Android Documentation]

Requirements

Namespace: Android.Net.Sip
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9