- From: Mark Foltz via GitHub <sysbot+gh@w3.org>
- Date: Mon, 13 Jun 2016 23:10:36 +0000
- To: public-secondscreen@w3.org
mfoltzgoogle has just submitted a new pull request for https://github.com/w3c/presentation-api: == Updates PresentationRequest to take multiple URLs == This PR addresses Issue #311 (Add presentation request URL fallback mechanism). It modifies the PresentationRequest constructor to take an array of URLs each of which will be considered in order when starting or connecting to a presentation. This necessitated several changes, including: - Updating example code - Updating interfaces, including adding a `url` property to PresentationConnection so the caller knows what is being presented - Updating the set of availability objects to have a list of URLs per object - Updating the list (set?) of available presentation displays to keep track of which displays are compatible with which URLs so the start algorithm can choose the appropriate URL for the chosen display - Various other algorithm and wording updates @mounirlamouri @tidoust @sicking @schien Please take a look. See https://github.com/w3c/presentation-api/pull/316
Received on Monday, 13 June 2016 23:10:38 UTC