-
Notifications
You must be signed in to change notification settings - Fork 39
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
Resumption of multiple sessions #39
Comments
A related issue is when the page calls
2 seems to match the intent of the user in most cases (i.e. redirecting a presentation to a different screen), as opposed to multicasting an identical presentation to multiple screens. |
See related discussion at F2F: PROPOSED RESOLUTION: drop id from startSession() without strong use case, the UA generates the id |
Issue #39: Drop presentationId from startSession
Closing this issue as PR #109 implements the resolution from the F2F, and there hasn't been further comment. |
Description
If a page created two different sessions for the same URL and presentation ID on two different screens, how can it reconnect to both sessions?
The current algorithm for reconnecting sessions returns the session that was most recently connected to.
Proposal
Should
joinSession
rather return an array ofPresentationSession
objects?Should the page rather use different presentation IDs?
References
See initial discussion in https://lists.w3.org/Archives/Public/public-secondscreen/2015Jan/0012.html
The text was updated successfully, but these errors were encountered: