SipSession.ChangeCall(String, Int32) 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.
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.