Re: [presentation-api] Add facility for the opening page to add cloud paired screens as presentation targets

Hi Mark, I like your proposal. I already experimented with something 
similar to this the implementation in [1] is purely JavaScript (sorry 
it is minified) and offers same Presentation API interfaces (not the 
latest version of the API). It communicates with our server via 
WebSockets. If you like to try some examples you can open [2] that 
acts as Display in a Browser of your choice (tested in chrome) and 
then the example applications [3..6] in the Browser on the same or any
 other device. you can replace the room value 123456 with any other 
value. please make sure that the room is the same in all URLs. 
Your proposal will allow us to replace the selection dialog (we use 
confirm dialog :( ) with the native dialog provided by the UA. 

[1]: http://famium.fokus.fraunhofer.de/js/webscreens.all.min.js
[2]: 
http://famium.fokus.fraunhofer.de/display.html#room=123456&name=Display1
[3]: 
http://famium.fokus.fraunhofer.de/apps/helloworld/sender.html#room=123456
[4]: 
http://famium.fokus.fraunhofer.de/apps/youtube/sender.html#room=123456
[5]: 
http://famium.fokus.fraunhofer.de/apps/flickr/sender.html#room=123456
[6]: 
http://famium.fokus.fraunhofer.de/apps/slides/sender.html#room=123456

-- 
GitHub Notif of comment by louaybassbouss
See 
https://github.com/w3c/presentation-api/issues/61#issuecomment-76042586

Received on Wednesday, 25 February 2015 19:57:08 UTC