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
Parameters
- session
- the session that receives the incoming call
- sessionDescription
- the session description of the incoming call
Exceptions
Type | Reason |
---|
Android.Net.Sip.SipException | if the SIP service fails to attach this object to
the session or VOIP API is not supported by the device |
Remarks
Requirements
Namespace: Android.Net.Sip
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9