logicalSurface property

bool get logicalSurface

The MediaTrackSupportedConstraints dictionary's logicalSurface property indicates whether or not the MediaTrackConstraints.logicalSurface constraint is supported by the user agent and the device on which the content is being used.

The supported constraints list is obtained by calling MediaDevices.getSupportedConstraints.

Implementation

external bool get logicalSurface;
set logicalSurface (bool value)

Implementation

external set logicalSurface(bool value);