SipSession.Listener.OnRinging(SipSession, SipProfile, String) Method

Definition

Called when an INVITE request is received.

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

Parameters

session
SipSession

the session object that carries out the transaction

caller
SipProfile

the SIP profile of the caller

sessionDescription
String

the caller's session description

Attributes

Remarks

Called when an INVITE request is received.

Java documentation for android.net.sip.SipSession.Listener.onRinging(android.net.sip.SipSession, android.net.sip.SipProfile, 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