Skip to content

Commit

Permalink
update to reflect proposal discussion
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasIO committed Nov 21, 2024
1 parent 5e6edd0 commit b41e133
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions protobufs/livekit_models.proto
Original file line number Diff line number Diff line change
Expand Up @@ -643,13 +643,11 @@ message DataStream {
TextHeader textHeader = 11;
FileHeader fileHeader = 12;
}

string senderIdentity = 13;
}

message Packet {
string messageId = 1; // messageId as string
uint32 chunkId = 2; // chunkId as an unsigned 32-bit integer
uint32 chunkIndex = 2; // chunkId as an unsigned 32-bit integer
bytes content = 3; // content as binary (bytes)
uint32 contentLength = 4; // content length in bytes
bool complete = 5; // optional, if the stream is complete
Expand Down

0 comments on commit b41e133

Please sign in to comment.