vani-meeting-client 1.2.9 → 1.3.0

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.
@@ -660,6 +660,7 @@ var SFUHandler = /** @class */ (function (_super) {
660
660
  };
661
661
  SFUHandler.prototype.onAudioVolumeChanged = function (data) {
662
662
  var _a, _b;
663
+ console.log("onAudioVolumeChanged", data);
663
664
  if (data && data.message && data.message.userId) {
664
665
  var speakerId = data.message.userId;
665
666
  var participant = (_a = this.communicationHandler) === null || _a === void 0 ? void 0 : _a.participantByUserId(speakerId);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vani-meeting-client",
3
- "version": "1.2.9",
3
+ "version": "1.3.0",
4
4
  "description": "Vani Meeting Clinet SDK",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",