SipSession.EndCall Method

Definition

Ends an established call, terminates an outgoing call or rejects an incoming call.

[Android.Runtime.Register("endCall", "()V", "")]
public void EndCall ();
[<Android.Runtime.Register("endCall", "()V", "")>]
member this.EndCall : unit -> unit
Attributes

Remarks

Ends an established call, terminates an outgoing call or rejects an incoming call. The method is only valid to call when the session state is in State#IN_CALL, State#INCOMING_CALL, State#OUTGOING_CALL or State#OUTGOING_CALL_RING_BACK.

Java documentation for android.net.sip.SipSession.endCall().

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