共用方式為


Call.GenericConferenceActiveChildCall Property

Definition

Returns the child Call in a generic conference that is currently active.

public Android.Telecom.Call? GenericConferenceActiveChildCall { [Android.Runtime.Register("getGenericConferenceActiveChildCall", "()Landroid/telecom/Call;", "", ApiSince=30)] get; }
[<get: Android.Runtime.Register("getGenericConferenceActiveChildCall", "()Landroid/telecom/Call;", "", ApiSince=30)>]
member this.GenericConferenceActiveChildCall : Android.Telecom.Call

Property Value

The active child call.

Attributes

Remarks

Returns the child Call in a generic conference that is currently active.

A "generic conference" is the mechanism used to support two simultaneous calls on a device in CDMA networks. It is effectively equivalent to having one call active and one call on hold in GSM or IMS calls. This method returns the currently active call.

In a generic conference, the network exposes the conference to us as a single call, and we switch between talking to the two participants using a CDMA flash command. Since the network exposes no additional information about the call, the only way we know which caller we're currently talking to is by keeping track of the flash commands that we've sent to the network.

For calls that are not generic conferences, or when the generic conference has more than 2 children, returns null.

Java documentation for android.telecom.Call.getGenericConferenceActiveChildCall().

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