RemoteConference.Separate(RemoteConnection) 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.
Removes the specified RemoteConnection
from the conference.
[Android.Runtime.Register("separate", "(Landroid/telecom/RemoteConnection;)V", "", ApiSince=23)]
public void Separate (Android.Telecom.RemoteConnection? connection);
[<Android.Runtime.Register("separate", "(Landroid/telecom/RemoteConnection;)V", "", ApiSince=23)>]
member this.Separate : Android.Telecom.RemoteConnection -> unit
Parameters
- connection
- RemoteConnection
The remote-connection to remove.
- Attributes
Remarks
Removes the specified RemoteConnection
from the conference. This causes the RemoteConnection
to become a standalone connection. This is a no-op if the RemoteConnection
does not belong to this conference.
Java documentation for android.telecom.RemoteConference.separate(android.telecom.RemoteConnection)
.
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.