SipAudioCall.Listener.OnRinging(SipAudioCall, SipProfile) 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 a new call comes in.
[Android.Runtime.Register("onRinging", "(Landroid/net/sip/SipAudioCall;Landroid/net/sip/SipProfile;)V", "GetOnRinging_Landroid_net_sip_SipAudioCall_Landroid_net_sip_SipProfile_Handler")]
public virtual void OnRinging (Android.Net.Sip.SipAudioCall call, Android.Net.Sip.SipProfile caller);
[<Android.Runtime.Register("onRinging", "(Landroid/net/sip/SipAudioCall;Landroid/net/sip/SipProfile;)V", "GetOnRinging_Landroid_net_sip_SipAudioCall_Landroid_net_sip_SipProfile_Handler")>]
abstract member OnRinging : Android.Net.Sip.SipAudioCall * Android.Net.Sip.SipProfile -> unit
override this.OnRinging : Android.Net.Sip.SipAudioCall * Android.Net.Sip.SipProfile -> unit
Parameters
- call
- SipAudioCall
the call object that carries out the audio call
- caller
- SipProfile
the SIP profile of the caller
- Attributes
Remarks
Called when a new call comes in. The default implementation calls #onChanged
.
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.