presentation-api
presentation-api copied to clipboard
Presentation reconnection with an implementation specific mechanism?
This is a spec issue raised by the Open Screen Protocol. There's support in the protocol for reconnecting to a presentation, but no step in the Presentation API indicating when an agent would use that part of the protocol.
Actually it's part of the steps to reconnect to a presentation:
6.9: Establish a presentation connection with newConnection.
Which already defers to the user agent on the mechanism to do so. I can update the OSP spec to refer to this step.
Closed by https://github.com/w3c/openscreenprotocol/pull/323.