Skip to content

Commit

Permalink
Merge pull request #323 from w3c/issue-471-reconnect
Browse files Browse the repository at this point in the history
Add steps to implement presentationConnection.reconnect().
  • Loading branch information
markafoltz authored Oct 12, 2023
2 parents 32f78dc + 5fb07f1 commit 4b54b34
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1028,9 +1028,12 @@ controller) may send a [=presentation-start-request=] message to D
(the receiver), with I for the [=presentation identifier=] and presentationUrl
for the selected presentation URL.

Issue(w3c/presentation-api#471): Once the Presentation API has text about
reconnecting via an implementation specific mechanism, quote that here and map
it to a message.
When [[PRESENTATION-API#reconnecting-to-a-presentation|section 6.3.5]] says to
"establish a presentation connection with newConnection," let U be the
presentationURL of `newConnection` and I the presentation identifier of
`newConnection.` The agent should send a
[=presentation-connection-open-request=] message with U for the `url` and I for
the `presentation-id`.

When [[PRESENTATION-API#sending-a-message-through-presentationconnection|section
6.5.2]] says "Using an implementation specific mechanism, transmit the contents
Expand Down

0 comments on commit 4b54b34

Please sign in to comment.