@cc-livekit/protocol 1.42.2-1 → 1.42.2-2

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/dist/index.cjs CHANGED
@@ -4891,6 +4891,13 @@ const TTCallOptions = /* @__PURE__ */ protobuf.proto3.makeMessageType(
4891
4891
  kind: "scalar",
4892
4892
  T: 8
4893
4893
  /* ScalarType.BOOL */
4894
+ },
4895
+ {
4896
+ no: 2,
4897
+ name: "disable_silence_on_raise_hand",
4898
+ kind: "scalar",
4899
+ T: 8
4900
+ /* ScalarType.BOOL */
4894
4901
  }
4895
4902
  ]
4896
4903
  );
@@ -7440,7 +7447,7 @@ const WebhookEvent = /* @__PURE__ */ protobuf.proto3.makeMessageType(
7440
7447
  ]
7441
7448
  );
7442
7449
 
7443
- const version = "1.42.2-1";
7450
+ const version = "1.42.2-2";
7444
7451
 
7445
7452
  exports.protoInt64 = protobuf.protoInt64;
7446
7453
  exports.ActiveSpeakerUpdate = ActiveSpeakerUpdate;