SipSession.Listener.OnRinging(SipSession, SipProfile, 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.
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.
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.