We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8f7f1 commit de0285eCopy full SHA for de0285e
protobufs/livekit_models.proto
@@ -731,6 +731,7 @@ message DataStream {
731
string topic = 3;
732
string mime_type = 4;
733
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.
735
Encryption.Type encryption_type = 7 [deprecated=true]; // this is set on the DataPacket
736
map<string, string> attributes = 8; // user defined attributes map that can carry additional info
737
0 commit comments