DisconnectCause.ReasonEmulatingSingleCall Field

Definition

Reason code (returned via #getReason()), which indicates that the connection service is setting the call's state to Call#STATE_DISCONNECTED because it is internally changing the representation of an IMS conference call to simulate a single-party call.

[Android.Runtime.Register("REASON_EMULATING_SINGLE_CALL", ApiSince=31)]
public const string ReasonEmulatingSingleCall;
[<Android.Runtime.Register("REASON_EMULATING_SINGLE_CALL", ApiSince=31)>]
val mutable ReasonEmulatingSingleCall : string

Field Value

Implements

Attributes

Remarks

Reason code (returned via #getReason()), which indicates that the connection service is setting the call's state to Call#STATE_DISCONNECTED because it is internally changing the representation of an IMS conference call to simulate a single-party call.

This reason code is only used for communication between a ConnectionService and Telecom and should not be surfaced to the user.

Java documentation for android.telecom.DisconnectCause.REASON_EMULATING_SINGLE_CALL.

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