Skip to content

Commit

Permalink
Add Subscribe Parameters to SUBSCRIBE_OK
Browse files Browse the repository at this point in the history
  • Loading branch information
ianswett authored Jul 27, 2024
1 parent 40ce8b3 commit dc50841
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion draft-ietf-moq-transport.md
Original file line number Diff line number Diff line change
Expand Up @@ -1556,7 +1556,9 @@ SUBSCRIBE_OK
Group Order (8),
ContentExists (f),
[Largest Group ID (i)],
[Largest Object ID (i)]
[Largest Object ID (i)],
Number of Parameters (i),
Subscribe Parameters (..) ...
}
~~~
{: #moq-transport-subscribe-ok format title="MOQT SUBSCRIBE_OK Message"}
Expand All @@ -1582,6 +1584,7 @@ is only present if ContentExists has a value of 1.
* Largest Object ID: the largest Object ID available within the largest Group ID
for this track. This field is only present if ContentExists has a value of 1.

* Subscribe Parameters: The parameters are defined in {{version-specific-params}}.

## SUBSCRIBE_ERROR {#message-subscribe-error}

Expand Down

0 comments on commit dc50841

Please sign in to comment.