InCallService.VideoCall.RequestCameraCapabilities Method

Definition

Issues a request to the Connection.VideoProvider to retrieve the capabilities of the current camera.

[Android.Runtime.Register("requestCameraCapabilities", "()V", "GetRequestCameraCapabilitiesHandler", ApiSince=23)]
public abstract void RequestCameraCapabilities ();
[<Android.Runtime.Register("requestCameraCapabilities", "()V", "GetRequestCameraCapabilitiesHandler", ApiSince=23)>]
abstract member RequestCameraCapabilities : unit -> unit
Attributes

Remarks

Issues a request to the Connection.VideoProvider to retrieve the capabilities of the current camera. The current camera is selected using VideoCall#setCamera(String).

Camera capabilities are reported to the caller via VideoCall.Callback#onCameraCapabilitiesChanged(VideoProfile.CameraCapabilities).

Handled by Connection.VideoProvider#onRequestCameraCapabilities().

Java documentation for android.telecom.InCallService.VideoCall.requestCameraCapabilities().

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