WebAPI/2014-04-18: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Created page with "<!-- Maybe don't screw with these links unless you've read this blog post: http://blog.johnath.com/2011/01/20/automatic-date-links-in-mediawiki/ Just copy them to new pages an...")
 
No edit summary
Line 17: Line 17:


== Notes ==
== Notes ==
* hasFeature: https://wiki.mozilla.org/WebAPI/Navigator.hasFeature
** privacy concerns
** speaking with other browser vendors
** short term:  privileged-only
* TV Tuner API
** Working draft: http://airpingu.github.io/tv-tuner-api/index.html
** Issue: how to get the MediaStream from HDMI, AV, WiFi Display... etc?
*** We already had getUserMedia(...) to retrieve the MediaStream: http://dev.w3.org/2011/webrtc/editor/archives/20140218/getusermedia.html
*** However, how can the app know when/which input ports are connected or not? Need a new Input Ports Web API?
**** option: add new parameter to gUm's dictionary to specify input (and poll)
**** still need to know when things are plugged in (if want push-based mechanism)
***** an example: gamepad API has "gamepad{dis,}connected" events sent to window object:  https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.html#gamepadevent-interface
***** http://dev.w3.org/2011/webrtc/editor/getusermedia.html
* Q1 goals: https://wiki.mozilla.org/Platform/2014-Q1-Goals#WebAPI
* Q2 goals: think about them
** reducing intermittent test failures

Revision as of 18:27, 4 April 2014


« previous week | index | next week »

WebAPI Meeting Details

  • Tuesday 2014-04-18 - 8:00 am Pacific
  • Dial-in: Audio-only conference# 98413
    • People with Mozilla phones or softphones please dial x4000 Conf# 98413
    • US/Toll-free: +1 800 707 2533, (pin 4000) Conf# 98413
    • US/California/Mountain View: +1 650 903 0800, x4000 Conf# 98413
    • US/California/San Francisco: +1 415 762 5700, x4000 Conf# 98413
    • US/Oregon/Portland: +1 971 544 8000, x4000 Conf# 98413
    • CA/British Columbia/Vancouver: +1 778 785 1540, x4000 Conf# 98413
    • CA/Ontario/Toronto: +1 416 848 3114, x4000 Conf# 98413
    • UK/London: +44 (0)207 855 3000, x4000 Conf# 98413
    • FR/Paris: +33 1 84 88 37 37, x4000 Conf# 98413
    • Gmail Chat (requires Flash and the Google Talk plugin): paste +1 650 903 0800 into the Gmail Chat box that doesn't look like it accepts phone numbers
    • SkypeOut is free if you use the 800 number
  • WebAPI Vidyo Room / London-Allo Allo / Toronto-Spadina
  • Join irc.mozilla.org #webapi for back channel

Notes below archived from etherpad: https://etherpad.mozilla.org/webapi-meetingnotes

Notes