suppressLocalAudioPlayback property
The MediaTrackSupportedConstraints dictionary's
suppressLocalAudioPlayback property indicates whether or not the
MediaTrackConstraints.suppressLocalAudioPlayback 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 suppressLocalAudioPlayback;
Implementation
external set suppressLocalAudioPlayback(bool value);