RemoteConference.Swap Method
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.
Swaps the active audio stream between the conference's child RemoteConnection
s.
[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 RemoteConnection
s. 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 ConnectionService
s 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.