Android.Net.Sip.SipAudioCall.AttachCall Method
Attaches an incoming call to this call object.

Syntax

[Android.Runtime.Register("attachCall", "(Landroid/net/sip/SipSession;Ljava/lang/String;)V", "GetAttachCall_Landroid_net_sip_SipSession_Ljava_lang_String_Handler")]
public virtual void AttachCall (SipSession session, string sessionDescription)

See Also

SipManager.IsVoipSupported(Android.Content.Context)

Parameters

session
the session that receives the incoming call
sessionDescription
the session description of the incoming call

Exceptions

TypeReason
Android.Net.Sip.SipExceptionif the SIP service fails to attach this object to the session or VOIP API is not supported by the device

Remarks

Attaches an incoming call to this call object.

[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