enableVirtualBackground method
Enables or disables virtual background feature.
Implementation
CallSettingsBuilder enableVirtualBackground(bool enabled) {
_virtualBackground = enabled;
return this;
}
Enables or disables virtual background feature.
CallSettingsBuilder enableVirtualBackground(bool enabled) {
_virtualBackground = enabled;
return this;
}