Skip to content

Commit de0285e

Browse files
committed
Add push flag to data stream header
1 parent 7e8f7f1 commit de0285e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

protobufs/livekit_models.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,6 +731,7 @@ message DataStream {
731731
string topic = 3;
732732
string mime_type = 4;
733733
optional uint64 total_length = 5; // only populated for finite streams, if it's a stream of unknown size this stays empty
734+
bool push = 6; // stream should be pushed to destination participants without requiring them to explicitly accept it.
734735
Encryption.Type encryption_type = 7 [deprecated=true]; // this is set on the DataPacket
735736
map<string, string> attributes = 8; // user defined attributes map that can carry additional info
736737

0 commit comments

Comments
 (0)