From bd276257f988cbc896691b239579cd5ebad6bdf3 Mon Sep 17 00:00:00 2001 From: cnderrauber Date: Thu, 21 Sep 2023 11:05:17 +0800 Subject: [PATCH] Add destination nodes to data packet --- livekit_models.proto | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/livekit_models.proto b/livekit_models.proto index adc10fa11..b400f1637 100644 --- a/livekit_models.proto +++ b/livekit_models.proto @@ -221,8 +221,10 @@ message UserPacket { repeated string destination_identities = 6; // topic under which the message was published optional string topic = 4; + // ID of server nodes which will receive the message, used by server internally, no affect on client + repeated string destination_node_ids = 7; - // NEXT_ID: 7 + // NEXT_ID: 8 } enum ConnectionQuality {