Skip to content

Commit

Permalink
Make streaming-session-modify-response message more explicit.
Browse files Browse the repository at this point in the history
  • Loading branch information
pthatcherg committed Sep 10, 2019
1 parent 408e2f3 commit 95aff16
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions index.bs
Expand Up @@ -1693,10 +1693,12 @@ Each stream request contains the following fields:


During a streaming session, the receiver can modify the requests it
made for encodings by sending a streaming-session-modify-request
made for encodings by sending a `streaming-session-modify-request`
containing a modify list of stream-requests. When the sender receives
a streaming-session-modify-request, it should send back a
streaming-session-modify-response.
a `streaming-session-modify-request`, it should send back a
`streaming-session-modify-response` indicate whether or not the
application of the new request from the
`streaming-session-modify-request` was successful.

Finally, the sender may terminate the streaming session by sending
a streaming-session-terminate-request command. When the receiver
Expand Down

0 comments on commit 95aff16

Please sign in to comment.