Skip to content

Commit 516eb7e

Browse files
generated protobuf
1 parent 81eb312 commit 516eb7e

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

livekit-ffi-node-bindings/proto/room_pb.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2108,6 +2108,14 @@ export declare class RoomOptions extends Message<RoomOptions> {
21082108
*/
21092109
dataStream?: RoomDataStreamOptions;
21102110

2111+
/**
2112+
* Comma separated list of additional LiveKit SDKs layered on top of this one, with versions,
2113+
* e.g. "components-js:1.2.3,track-processors-js:1.2.3". Forwarded to ClientInfo.other_sdks.
2114+
*
2115+
* @generated from field: optional string other_sdks = 11;
2116+
*/
2117+
otherSdks?: string;
2118+
21112119
constructor(data?: PartialMessage<RoomOptions>);
21122120

21132121
static readonly runtime: typeof proto2;

livekit-ffi-node-bindings/proto/room_pb.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -805,6 +805,7 @@ const RoomOptions = /*@__PURE__*/ proto2.makeMessageType(
805805
{ no: 8, name: "single_peer_connection", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
806806
{ no: 9, name: "connect_timeout_ms", kind: "scalar", T: 4 /* ScalarType.UINT64 */, opt: true },
807807
{ no: 10, name: "data_stream", kind: "message", T: RoomDataStreamOptions, opt: true },
808+
{ no: 11, name: "other_sdks", kind: "scalar", T: 9 /* ScalarType.STRING */, opt: true },
808809
],
809810
);
810811

0 commit comments

Comments
 (0)