@cc-livekit/protocol 1.42.2-1 → 1.42.2-3
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 +9 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +16 -2
- package/dist/index.d.mts +16 -2
- package/dist/index.d.ts +16 -2
- package/dist/index.mjs +9 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/gen/livekit_temptalk_pb.d.ts +16 -2
- package/src/gen/livekit_temptalk_pb.js +2 -1
- package/src/gen/version.js +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4887,7 +4887,14 @@ const TTCallOptions = /* @__PURE__ */ protobuf.proto3.makeMessageType(
|
|
|
4887
4887
|
() => [
|
|
4888
4888
|
{
|
|
4889
4889
|
no: 1,
|
|
4890
|
-
name: "
|
|
4890
|
+
name: "auto_publish_silence_audio",
|
|
4891
|
+
kind: "scalar",
|
|
4892
|
+
T: 8
|
|
4893
|
+
/* ScalarType.BOOL */
|
|
4894
|
+
},
|
|
4895
|
+
{
|
|
4896
|
+
no: 2,
|
|
4897
|
+
name: "disable_silence_on_raise_hand",
|
|
4891
4898
|
kind: "scalar",
|
|
4892
4899
|
T: 8
|
|
4893
4900
|
/* ScalarType.BOOL */
|
|
@@ -7440,7 +7447,7 @@ const WebhookEvent = /* @__PURE__ */ protobuf.proto3.makeMessageType(
|
|
|
7440
7447
|
]
|
|
7441
7448
|
);
|
|
7442
7449
|
|
|
7443
|
-
const version = "1.42.2-
|
|
7450
|
+
const version = "1.42.2-3";
|
|
7444
7451
|
|
|
7445
7452
|
exports.protoInt64 = protobuf.protoInt64;
|
|
7446
7453
|
exports.ActiveSpeakerUpdate = ActiveSpeakerUpdate;
|