PhoneAccount.CapabilityAdhocConferenceCalling Field
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.
Caution
This constant will be removed in the future version. Use Android.Telecom.PhoneAccountCapability enum directly instead of this field.
An adhoc conference call is established by providing a list of addresses to
TelecomManager#startConference(List<Uri>, int videoState)
where the
ConnectionService
is responsible for connecting all indicated participants
to a conference simultaneously.
[Android.Runtime.Register("CAPABILITY_ADHOC_CONFERENCE_CALLING", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.PhoneAccountCapability enum directly instead of this field.", true)]
public const Android.Telecom.PhoneAccountCapability CapabilityAdhocConferenceCalling = 16384;
[<Android.Runtime.Register("CAPABILITY_ADHOC_CONFERENCE_CALLING", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Telecom.PhoneAccountCapability enum directly instead of this field.", true)>]
val mutable CapabilityAdhocConferenceCalling : Android.Telecom.PhoneAccountCapability
Field Value
Value = 16384Implements
- Attributes
Remarks
An adhoc conference call is established by providing a list of addresses to TelecomManager#startConference(List<Uri>, int videoState)
where the ConnectionService
is responsible for connecting all indicated participants to a conference simultaneously. This is in contrast to conferences formed by merging calls together (e.g. using android.telecom.Call#mergeConference()
).
Java documentation for android.telecom.PhoneAccount.CAPABILITY_ADHOC_CONFERENCE_CALLING
.
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.