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

When is the first presentation connection created in the receiving browsing context? #254

Closed
tidoust opened this issue Feb 1, 2016 · 1 comment
Labels

Comments

@tidoust
Copy link
Member

tidoust commented Feb 1, 2016

The spec does not say anything about the creation of the first presentation connection in the set of presentations on the receiving side.

When the receiving browsing context is created, the PresentationReceiver singleton is created as well. Should the receiving user agent also create the first PresentationConnection instance at the same time? Also, what should its presentation connection state be?

@markafoltz markafoltz added the P2 label Feb 5, 2016
tidoust added a commit to tidoust/presentation-api that referenced this issue Apr 15, 2016
Getting the connectionList attribute now returns the same
PresentationConnectionList instance, and only resolves the promise when the
set of presentation controllers is non empty (as things stood, the use of a
Promise was useless).

The commit also drops the step that instructed the receiving user agent to start
monitoring incomping presentation connections if not already started. This is
done in the "starting a presentation" algorithm, no need to repeat it here.
markafoltz added a commit that referenced this issue Apr 21, 2016
@markafoltz
Copy link
Contributor

Closed by PR #277.

markafoltz pushed a commit that referenced this issue May 26, 2016
Getting the connectionList attribute now returns the same
PresentationConnectionList instance, and only resolves the promise when the
set of presentation controllers is non empty (as things stood, the use of a
Promise was useless).

The commit also drops the step that instructed the receiving user agent to start
monitoring incomping presentation connections if not already started. This is
done in the "starting a presentation" algorithm, no need to repeat it here.
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