SipSession.ChangeCall(String, Int32) Method

Definition

Changes the session description during a call.

[Android.Runtime.Register("changeCall", "(Ljava/lang/String;I)V", "")]
public void ChangeCall (string? sessionDescription, int timeout);
[<Android.Runtime.Register("changeCall", "(Ljava/lang/String;I)V", "")>]
member this.ChangeCall : string * int -> unit

Parameters

sessionDescription
String

the new session description

timeout
Int32

the session will be timed out if the call is not established within timeout seconds. Default value (defined by SIP protocol) is used if timeout is zero or negative.

Attributes

Remarks

Changes the session description during a call. The method is only valid to call when the session state is in State#IN_CALL.

Java documentation for android.net.sip.SipSession.changeCall(java.lang.String, int).

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