logicalSurface property
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;
Implementation
external set logicalSurface(bool value);