Share via


SipSession.Listener.OnCallEstablished(SipSession, String) Method

Definition

Called when the session is established.

[Android.Runtime.Register("onCallEstablished", "(Landroid/net/sip/SipSession;Ljava/lang/String;)V", "GetOnCallEstablished_Landroid_net_sip_SipSession_Ljava_lang_String_Handler")]
public virtual void OnCallEstablished (Android.Net.Sip.SipSession session, string sessionDescription);
[<Android.Runtime.Register("onCallEstablished", "(Landroid/net/sip/SipSession;Ljava/lang/String;)V", "GetOnCallEstablished_Landroid_net_sip_SipSession_Ljava_lang_String_Handler")>]
abstract member OnCallEstablished : Android.Net.Sip.SipSession * string -> unit
override this.OnCallEstablished : Android.Net.Sip.SipSession * string -> unit

Parameters

session
SipSession

the session object that is associated with the dialog

sessionDescription
String

the peer's session description

Attributes

Remarks

Called when the session is established.

Java documentation for android.net.sip.SipSession.Listener.onCallEstablished(android.net.sip.SipSession, java.lang.String).

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.

Applies to