vani-meeting-client 2.1.7 → 2.1.8

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.
@@ -258,10 +258,7 @@ var UserMediaHandler = /** @class */ (function (_super) {
258
258
  };
259
259
  UserMediaHandler.prototype.getAudioDictionay = function () {
260
260
  var permissionDict = {
261
- echoCancellation: true, noiseSuppression: true, autoGainControl: true, latency: 0.001, googAutoGainControl: false,
262
- googNoiseSuppression: true,
263
- googEchoCancellation: true,
264
- googHighpassFilter: true
261
+ echoCancellation: true, noiseSuppression: true, autoGainControl: true
265
262
  };
266
263
  return permissionDict;
267
264
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-client",
3
- "version": "2.1.7",
3
+ "version": "2.1.8",
4
4
  "description": "Vani Meeting Clinet SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",