vani-meeting-client 0.8.4 → 0.8.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -187,7 +187,12 @@ var UserMediaHandler = /** @class */ (function (_super) {
|
|
|
187
187
|
return permissionDict;
|
|
188
188
|
};
|
|
189
189
|
UserMediaHandler.prototype.getAudioDictionay = function () {
|
|
190
|
-
var permissionDict = {
|
|
190
|
+
var permissionDict = {
|
|
191
|
+
echoCancellation: true, noiseSuppression: true, autoGainControl: true, latency: 0.001, googAutoGainControl: false,
|
|
192
|
+
googNoiseSuppression: true,
|
|
193
|
+
googEchoCancellation: true,
|
|
194
|
+
googHighpassFilter: true
|
|
195
|
+
};
|
|
191
196
|
return permissionDict;
|
|
192
197
|
};
|
|
193
198
|
UserMediaHandler.prototype.startCapturingStream = function (isVideoRequired, isAudioRequired, shouldAddTrackImmediately, userMediaPayload) {
|