Android.Net.Sip.SipManager.GetSessionFor Method
Gets the Android.Net.Sip.SipSession that handles the incoming call.

Syntax

[Android.Runtime.Register("getSessionFor", "(Landroid/content/Intent;)Landroid/net/sip/SipSession;", "GetGetSessionFor_Landroid_content_Intent_Handler")]
public virtual SipSession GetSessionFor (Android.Content.Intent incomingCallIntent)

Parameters

incomingCallIntent
the incoming call broadcast intent

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Android.Net.Sip.SipException

Remarks

Gets the Android.Net.Sip.SipSession that handles the incoming call. For audio calls, consider to use Android.Net.Sip.SipAudioCall to handle the incoming call. See SipManager.TakeAudioCall(Android.Content.Intent, .Listener). Note that the method may be called only once for the same intent. For subsequent calls on the same intent, the method returns null.

[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