You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: