File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -332,15 +332,15 @@ consist of at least 16 ASCII characters.
332
332
333
333
When the receiver receives the presentation-start-request, it should send back a
334
334
presentation-start-response message after either the presentation URL has been
335
- feteched and loaded or the receiver has failed to do so. If it has failed, it
335
+ feteched and loaded, or the receiver has failed to do so. If it has failed, it
336
336
must respond with the appropriate result (such as invalid-url or timeout). If
337
337
it has succeeded, it must reply with a success result. Additionally, the
338
338
response must include the following:
339
339
340
340
- connection-id: An ID that both agents can use to send connection messages
341
- to each other. It is chosen by the receiver for ease of implementation ( if the
341
+ to each other. It is chosen by the receiver for ease of implementation: if the
342
342
message receiver chooses the connection-id, it may keep the ID unique across
343
- connections, thus making message demuxing/routing easier) .
343
+ connections, thus making message demuxing/routing easier.
344
344
345
345
<!-- TODO: Add optional HTTP response code to the response? -->
346
346
You can’t perform that action at this time.
0 commit comments