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 = { echoCancellation: true, noiseSuppression: true, autoGainControl: true, latency: 0.001 };
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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-client",
3
- "version": "0.8.4",
3
+ "version": "0.8.5",
4
4
  "description": "Vani Meeting Clinet SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",