AppBroadcastGlobalSettings.IsEchoCancellationEnabled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether echo cancellation is enabled.
public:
property bool IsEchoCancellationEnabled { bool get(); void set(bool value); };
bool IsEchoCancellationEnabled();
void IsEchoCancellationEnabled(bool value);
public bool IsEchoCancellationEnabled { get; set; }
var boolean = appBroadcastGlobalSettings.isEchoCancellationEnabled;
appBroadcastGlobalSettings.isEchoCancellationEnabled = boolean;
Public Property IsEchoCancellationEnabled As Boolean
Property Value
Boolean
bool
True if echo cancellation is enabled; otherwise, false.
Windows requirements
App capabilities |
appBroadcast
appBroadcastSettings
|