Language

Call.Details.PropertyRemotelyHosted Field

Definition

Caution

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

Set by the framework to indicate that a Conference or Connection is hosted on device other than the current one.

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

Field Value

Value = 65536
Attributes

Remarks

Set by the framework to indicate that a Conference or Connection is hosted on device other than the current one. Used in scenarios where the conference originator is the remote device and the current device is a participant of that conference.

This property is specific to IMS conference calls originating in Telephony.

Android reference for android.telecom.Call.Details.PROPERTY_REMOTELY_HOSTED.

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