Skip to content

Commit

Permalink
format fbs files
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed Oct 23, 2023
1 parent 860014c commit 33a76c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions worker/fbs/rtpPacket.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ table Dump {
rrid: string;
wide_sequence_number: uint16 = null;
}

1 change: 1 addition & 0 deletions worker/fbs/transport.fbs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ table RecvRtpHeaderExtensions {

table Options {
direct: bool = false;

/// Only needed for DirectTransport. This value is handled by base Transport.
max_message_size: uint32 = null;
initial_available_outgoing_bitrate: uint32 = null;
Expand Down

0 comments on commit 33a76c3

Please sign in to comment.