Skip to content

Commit

Permalink
Merge branch 'presentaton-api-messages' of https://github.com/webscre…
Browse files Browse the repository at this point in the history
…ens/openscreenprotocol into presentaton-api-messages
  • Loading branch information
pthatcherg committed Dec 6, 2018
2 parents 65b1866 + 15e240a commit 5c26f20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.bs
Expand Up @@ -332,15 +332,15 @@ consist of at least 16 ASCII characters.

When the receiver receives the presentation-start-request, it should send back a
presentation-start-response message after either the presentation URL has been
feteched and loaded or the receiver has failed to do so. If it has failed, it
feteched and loaded, or the receiver has failed to do so. If it has failed, it
must respond with the appropriate result (such as invalid-url or timeout). If
it has succeeded, it must reply with a success result. Additionally, the
response must include the following:

- connection-id: An ID that both agents can use to send connection messages
to each other. It is chosen by the receiver for ease of implementation (if the
to each other. It is chosen by the receiver for ease of implementation: if the
message receiver chooses the connection-id, it may keep the ID unique across
connections, thus making message demuxing/routing easier).
connections, thus making message demuxing/routing easier.

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

Expand Down

0 comments on commit 5c26f20

Please sign in to comment.