SipSession.Listener.OnCallChangeFailed 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 error occurs during session modification negotiation.
[Android.Runtime.Register("onCallChangeFailed", "(Landroid/net/sip/SipSession;ILjava/lang/String;)V", "GetOnCallChangeFailed_Landroid_net_sip_SipSession_ILjava_lang_String_Handler")]
public virtual void OnCallChangeFailed (Android.Net.Sip.SipSession session, Android.Net.Sip.SipErrorCodes errorCode, string errorMessage);
[<Android.Runtime.Register("onCallChangeFailed", "(Landroid/net/sip/SipSession;ILjava/lang/String;)V", "GetOnCallChangeFailed_Landroid_net_sip_SipSession_ILjava_lang_String_Handler")>]
abstract member OnCallChangeFailed : Android.Net.Sip.SipSession * Android.Net.Sip.SipErrorCodes * string -> unit
override this.OnCallChangeFailed : Android.Net.Sip.SipSession * Android.Net.Sip.SipErrorCodes * string -> unit
Parameters
- session
- SipSession
the session object that carries out the transaction
- errorCode
- SipErrorCodes
error code defined in SipErrorCode
- errorMessage
- String
error message
- Attributes
Remarks
Called when an error occurs during session modification negotiation.
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.