Call.Details.PropertyIsAdhocConference Field

Definition

Caution

This constant will be removed in the future version. Use Android.Telecom.CallProperty enum directly instead of this field.

Indicates that the call is an adhoc conference call.

[Android.Runtime.Register("PROPERTY_IS_ADHOC_CONFERENCE", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CallProperty enum directly instead of this field.", true)]
public const Android.Telecom.CallProperty PropertyIsAdhocConference = 8192;
[<Android.Runtime.Register("PROPERTY_IS_ADHOC_CONFERENCE", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.CallProperty enum directly instead of this field.", true)>]
val mutable PropertyIsAdhocConference : Android.Telecom.CallProperty

Field Value

Value = 8192
Attributes

Remarks

Indicates that the call is an adhoc conference call. This property can be set for both incoming and outgoing calls. An adhoc conference call is formed using #addConferenceParticipants(List), TelecomManager#addNewIncomingConference(PhoneAccountHandle, Bundle), or TelecomManager#startConference(List, Bundle), rather than by merging existing call using #conference(Call).

Java documentation for android.telecom.Call.Details.PROPERTY_IS_ADHOC_CONFERENCE.

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