RemoteConference.Merge 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.
Merges all RemoteConnection
s of this conference into a single call.
[Android.Runtime.Register("merge", "()V", "", ApiSince=23)]
public void Merge ();
[<Android.Runtime.Register("merge", "()V", "", ApiSince=23)>]
member this.Merge : unit -> unit
- Attributes
Remarks
Merges all RemoteConnection
s of this conference into a single call. This should be invoked only if the conference contains the capability Connection#CAPABILITY_MERGE_CONFERENCE
, otherwise it is a no-op. The presence of said capability indicates that the connections of this conference, despite being part of the same conference object, are yet to 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 cause the unmerged child connections to merge their audio streams.
Java documentation for android.telecom.RemoteConference.merge()
.
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.