Skip to content

Commit

Permalink
[ADD] Updated builtin screen sharing extension for Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
flashphoner committed Jan 16, 2017
1 parent 30c8643 commit 5972d0f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file not shown.
Binary file not shown.
4 changes: 2 additions & 2 deletions examples/demo/streaming/screen-sharing/screen-sharing.js
Expand Up @@ -175,9 +175,9 @@ function installExtension() {
chrome.webstore.install();
} else if (Browser.isFirefox()) {
var params = {
"Flashphoner Screen Sharing": { URL: "../../dependencies/screen-sharing/firefox-extension/flashphoner_screen_sharing-0.0.4-fx+an.xpi",
"Flashphoner Screen Sharing": { URL: "../../dependencies/screen-sharing/firefox-extension/flashphoner_screen_sharing-0.0.9-an+fx.xpi",
IconURL: "../../dependencies/screen-sharing/firefox-extension/icon.png",
Hash: "sha1:9c2bd6b0a22473cc721d7b3d3ecc72707b507f75",
Hash: "sha1:96699c6536de455cdc5c7705f5b24fae28931605",
toString: function () { return this.URL; }
}
};
Expand Down

0 comments on commit 5972d0f

Please sign in to comment.