enableMockCaptureDevices property

bool? enableMockCaptureDevices
getter/setter pair

Sets whether mock capture devices are enabled. When enabled, the browser will use mock devices for getUserMedia() instead of real hardware. This is useful for testing.

The default value is false.

Officially Supported Platforms/Implementations:

Implementation

bool? enableMockCaptureDevices;