Skip to content

Commit 5113367

Browse files
committed
Remove override-check (newer versions of SeaMonkey will have WebRTC disabled, fixing the issue)
1 parent 861f132 commit 5113367

File tree

5 files changed

+8
-134
lines changed

5 files changed

+8
-134
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ will be able to get access to your microphone, camera, and screen! So be sure
1313
to only turn it on when you need to use WebRTC, and turn it off once you're
1414
done with it.
1515

16+
Some versions of SeaMonkey might ship with WebRTC disabled by default.
17+
WebRTC Permissions UI Toggle 1.3.0+ will enable WebRTC while toggled on, and
18+
reset it to its original value when toggled off.
19+
1620
Instructions
1721
------------
1822

@@ -46,6 +50,8 @@ Your first camera/screen/etc. will be chosen automatically. If you need to
4650
select a particular camera, mic, screen, or window to share, you'll
4751
have to use another web browser (like Firefox.)
4852

49-
If the SeaMonkey Add-ons site is down, check the [Releases](https://github.com/IsaacSchemm/webrtc-permissions-ui-toggle/releases) section on GitHub for the most recent .xpi file.
53+
Sites that use H.264 as a video codec instead of VP8 might not work properly
54+
in SeaMonkey 2.49.x. This problem is not specific to SeaMonkey; Firefox 52 ESR
55+
has the same issue.
5056

51-
Web developers: if you expect to get visitors using SeaMonkey on your WebRTC app, check out the script in the override-check folder.
57+
If the SeaMonkey Add-ons site is down, check the [Releases](https://github.com/IsaacSchemm/webrtc-permissions-ui-toggle/releases) section on GitHub for the most recent .xpi file.

override-check/README.md

Lines changed: 0 additions & 17 deletions
This file was deleted.

override-check/example.html

Lines changed: 0 additions & 18 deletions
This file was deleted.

override-check/sm-webrtc-override-check.js

Lines changed: 0 additions & 96 deletions
This file was deleted.

override-check/sm-webrtc-override-check.min.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)