RemoteConference.Swap Method

Definition

Swaps the active audio stream between the conference's child RemoteConnections.

[Android.Runtime.Register("swap", "()V", "", ApiSince=23)]
public void Swap ();
[<Android.Runtime.Register("swap", "()V", "", ApiSince=23)>]
member this.Swap : unit -> unit
Attributes

Remarks

Swaps the active audio stream between the conference's child RemoteConnections. This should be invoked only if the conference contains the capability Connection#CAPABILITY_SWAP_CONFERENCE, otherwise it is a no-op. This is only used by ConnectionServices that create conferences for connections that do not yet have their audio streams merged; this is a common pattern for CDMA conference calls, but the capability is not used for GSM and SIP conference calls. Invoking this method will change the active audio stream to a different child connection.

Java documentation for android.telecom.RemoteConference.swap().

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