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