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

Specify 1:n communication between a PresentationSession and multiple connected PresentationSession #36

Closed
markafoltz opened this issue Dec 29, 2014 · 3 comments
Labels

Comments

@markafoltz
Copy link
Contributor

In some scenarios the presented page may have active connections to multiple PresentationSessions on other pages. In a gaming scenario, each connected session would represent a game player. Some information (like dealing a card into the hand) should be sent to one player, while other information (playing a card face up) should be sent to all players.

We need to specify:
(1) How the presented page may communicate to a specific connected page
(2) How the presented page may broadcast - communicate to all specific connected pages

@markafoltz
Copy link
Contributor Author

Note the following thread discussing some concrete spec changes to facilitate this case:

http://lists.w3.org/Archives/Public/public-secondscreen/2014Nov/0047.html

@anssiko anssiko added the P3 label Jan 15, 2015
@anssiko
Copy link
Member

anssiko commented Jan 15, 2015

Made this P3 per @mfoltzgoogle's input at http://lists.w3.org/Archives/Public/public-webscreens/2014Dec/0011.html.

@markafoltz
Copy link
Contributor Author

I am merging this into #19, since I think the two behaviors (connection/disconnection of multiple sessions and messaging among them) will be hard to separate in the specification.

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

No branches or pull requests

2 participants