Skip to content

Commit 5c26f20

Browse files
committed
Merge branch 'presentaton-api-messages' of https://github.com/webscreens/openscreenprotocol into presentaton-api-messages
2 parents 65b1866 + 15e240a commit 5c26f20

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -332,15 +332,15 @@ consist of at least 16 ASCII characters.
332332

333333
When the receiver receives the presentation-start-request, it should send back a
334334
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
336336
must respond with the appropriate result (such as invalid-url or timeout). If
337337
it has succeeded, it must reply with a success result. Additionally, the
338338
response must include the following:
339339

340340
- 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
342342
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.
344344

345345
<!-- TODO: Add optional HTTP response code to the response? -->
346346

0 commit comments

Comments
 (0)