Share via


Conference.SetConnectionCapabilities(ConnectionCapability) Method

Definition

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.

Applies to