Conference.SetConnectionCapabilities(ConnectionCapability) 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.
Sets the capabilities of a conference.
[Android.Runtime.Register("setConnectionCapabilities", "(I)V", "", ApiSince=23)]
public void SetConnectionCapabilities (Android.Telecom.ConnectionCapability connectionCapabilities);
[<Android.Runtime.Register("setConnectionCapabilities", "(I)V", "", ApiSince=23)>]
member this.SetConnectionCapabilities : Android.Telecom.ConnectionCapability -> unit
Parameters
- connectionCapabilities
- ConnectionCapability
A bitmask of the Capabilities
of the conference call.
- Attributes
Remarks
Sets the capabilities of a conference. See CAPABILITY_*
constants of class Connection
for valid values.
Java documentation for android.telecom.Conference.setConnectionCapabilities(int)
.
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.