SipAudioCall.AttachCall(SipSession, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attaches an incoming call to this call object.
[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 (Android.Net.Sip.SipSession? session, string? sessionDescription);
[<Android.Runtime.Register("attachCall", "(Landroid/net/sip/SipSession;Ljava/lang/String;)V", "GetAttachCall_Landroid_net_sip_SipSession_Ljava_lang_String_Handler")>]
abstract member AttachCall : Android.Net.Sip.SipSession * string -> unit
override this.AttachCall : Android.Net.Sip.SipSession * string -> unit
Parameters
- session
- SipSession
the session that receives the incoming call
- sessionDescription
- String
the session description of the incoming call
- Attributes
Exceptions
if 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.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.