Android.Net.Sip.SipManager.CreateSipSession Method
Creates a Android.Net.Sip.SipSession with the specified profile.

Syntax

[Android.Runtime.Register("createSipSession", "(Landroid/net/sip/SipProfile;Landroid/net/sip/SipSession$Listener;)Landroid/net/sip/SipSession;", "GetCreateSipSession_Landroid_net_sip_SipProfile_Landroid_net_sip_SipSession_Listener_Handler")]
public virtual SipSession CreateSipSession (SipProfile localProfile, SipSession.Listener listener)

Parameters

localProfile
the SIP profile the session is associated with
listener
to listen to SIP session events

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Android.Net.Sip.SipException

Remarks

Creates a Android.Net.Sip.SipSession with the specified profile. Use other methods, if applicable, instead of interacting with Android.Net.Sip.SipSession directly.

[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