Browse Source

Added note about Firefox support.

pull/77/head
Simon Eisenmann 11 years ago
parent
commit
30882f1dcc
  1. 2
      static/js/services/screensharing.js

2
static/js/services/screensharing.js

@ -101,6 +101,8 @@ define(['underscore', 'webrtc.adapter'], function(_) { @@ -101,6 +101,8 @@ define(['underscore', 'webrtc.adapter'], function(_) {
} else {
// Currently Chrome only - sorry.
// Firefox 33 might get screen sharing support.
// See https://bugzilla.mozilla.org/show_bug.cgi?id=923225
}
// public API.

Loading…
Cancel
Save