Skip to content

Commit

Permalink
Add destination nodes to data packet
Browse files Browse the repository at this point in the history
  • Loading branch information
cnderrauber committed Sep 21, 2023
1 parent 161c04a commit bd27625
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion livekit_models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit bd27625

Please sign in to comment.