SipAudioCall.ContinueCall(Int32) Method

Definition

Continues a call that's on hold.

[Android.Runtime.Register("continueCall", "(I)V", "GetContinueCall_IHandler")]
public virtual void ContinueCall (int timeout);
[<Android.Runtime.Register("continueCall", "(I)V", "GetContinueCall_IHandler")>]
abstract member ContinueCall : int -> unit
override this.ContinueCall : int -> unit

Parameters

timeout
Int32

the timeout value in seconds. Default value (defined by SIP protocol) is used if timeout is zero or negative.

Attributes

Exceptions

if the SIP service fails to unhold the call

Remarks

Continues a call that's on hold. When succeeds, Listener#onCallEstablished is called. The attempt will be timed out if the call is not established within timeout seconds and Listener#onError onError(SipAudioCall, SipErrorCode.TIME_OUT, String) will be called.

Java documentation for android.net.sip.SipAudioCall.continueCall(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