@cc-livekit/protocol 1.39.4 → 1.39.5
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 +5 -0
- package/dist/index.d.mts +5 -0
- package/dist/index.d.ts +5 -0
- 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 +5 -0
- package/src/gen/livekit_temptalk_pb.js +1 -0
- package/src/gen/version.js +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4816,7 +4816,14 @@ const TTCallRequest = /* @__PURE__ */ protobuf.proto3.makeMessageType(
|
|
|
4816
4816
|
T: 9
|
|
4817
4817
|
/* ScalarType.STRING */
|
|
4818
4818
|
},
|
|
4819
|
-
{ no: 2, name: "startCall", kind: "message", T: TTStartCall }
|
|
4819
|
+
{ no: 2, name: "startCall", kind: "message", T: TTStartCall },
|
|
4820
|
+
{
|
|
4821
|
+
no: 3,
|
|
4822
|
+
name: "userAgent",
|
|
4823
|
+
kind: "scalar",
|
|
4824
|
+
T: 9
|
|
4825
|
+
/* ScalarType.STRING */
|
|
4826
|
+
}
|
|
4820
4827
|
]
|
|
4821
4828
|
);
|
|
4822
4829
|
|
|
@@ -7004,7 +7011,7 @@ const WebhookEvent = /* @__PURE__ */ protobuf.proto3.makeMessageType(
|
|
|
7004
7011
|
]
|
|
7005
7012
|
);
|
|
7006
7013
|
|
|
7007
|
-
const version = "1.39.
|
|
7014
|
+
const version = "1.39.5";
|
|
7008
7015
|
|
|
7009
7016
|
exports.protoInt64 = protobuf.protoInt64;
|
|
7010
7017
|
exports.ActiveSpeakerUpdate = ActiveSpeakerUpdate;
|