SipAudioCall.Listener.OnReadyToCall(SipAudioCall) 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 the call object is ready to make another call.
[Android.Runtime.Register("onReadyToCall", "(Landroid/net/sip/SipAudioCall;)V", "GetOnReadyToCall_Landroid_net_sip_SipAudioCall_Handler")]
public virtual void OnReadyToCall (Android.Net.Sip.SipAudioCall call);
[<Android.Runtime.Register("onReadyToCall", "(Landroid/net/sip/SipAudioCall;)V", "GetOnReadyToCall_Landroid_net_sip_SipAudioCall_Handler")>]
abstract member OnReadyToCall : Android.Net.Sip.SipAudioCall -> unit
override this.OnReadyToCall : Android.Net.Sip.SipAudioCall -> unit
Parameters
- call
- SipAudioCall
the call object that is ready to make another call
- Attributes
Remarks
Called when the call object is ready to make another call. 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.