Skip to content

Commit 69d4597

Browse files
generated protobuf
1 parent 2f81100 commit 69d4597

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2471,6 +2471,13 @@ export class RoomOptions extends Message<RoomOptions> {
24712471
*/
24722472
encryption?: E2eeOptions;
24732473

2474+
/**
2475+
* use single peer connection for both publish/subscribe (default: true)
2476+
*
2477+
* @generated from field: optional bool single_peer_connection = 8;
2478+
*/
2479+
singlePeerConnection?: boolean;
2480+
24742481
constructor(data?: PartialMessage<RoomOptions>) {
24752482
super();
24762483
proto2.util.initPartial(data, this);
@@ -2486,6 +2493,7 @@ export class RoomOptions extends Message<RoomOptions> {
24862493
{ no: 5, name: "rtc_config", kind: "message", T: RtcConfig, opt: true },
24872494
{ no: 6, name: "join_retries", kind: "scalar", T: 13 /* ScalarType.UINT32 */, opt: true },
24882495
{ no: 7, name: "encryption", kind: "message", T: E2eeOptions, opt: true },
2496+
{ no: 8, name: "single_peer_connection", kind: "scalar", T: 8 /* ScalarType.BOOL */, opt: true },
24892497
]);
24902498

24912499
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RoomOptions {

0 commit comments

Comments
 (0)