Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Necessity of an additional state to indicate a session was resumed #12

Closed
mfoltzgoogle opened this issue Sep 3, 2014 · 2 comments
Closed

Comments

@mfoltzgoogle
Copy link
Contributor

From http://webscreens.github.io/presentation-api/#open-questions:

Do we need an additional state like resumed in order to identify resumed session? It seems that this could be handled on the page level. The opener page could ask the presentation page whether it is "new" or "resumed".

@mfoltzgoogle
Copy link
Contributor Author

The current specification provides two different mechanisms for obtaining a PresentationSession: a new session via startSession() or connection to an existing session via joinSession(). Therefore the controlling page should be able to identify whether the session was started or resumed.

@avayvod
Copy link
Contributor

avayvod commented Jun 26, 2015

I think this issue may have covered the case when the page connected to the existing presentation via startSession()? The presentation could communicate that to the controller page though so I don't think we need to change the spec anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants