SipSession.Listener.OnCallChangeFailed Method

Definition

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.

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