engage-wasm 1.235.90750008 → 1.238.90780010

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.
package/engagewasm.api.js CHANGED
@@ -118,6 +118,10 @@ export default class Engage extends EventTarget {
118
118
  return this.wasmWrapper.engageUnmuteGroupRx(id);
119
119
  }
120
120
 
121
+ engageSetGroupRxVolume(id, left, right) {
122
+ return this.wasmWrapper.engageSetGroupRxVolume(id, left, right);
123
+ }
124
+
121
125
  engageGetActiveLicenseDescriptor() {
122
126
  return this.wasmWrapper.engageGetActiveLicenseDescriptor();
123
127
  }