Skip to content

Commit

Permalink
Fixed #39
Browse files Browse the repository at this point in the history
  • Loading branch information
muaz-khan committed Mar 4, 2017
1 parent 4ff16d8 commit 028005f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion DetectRTC.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Last time updated: 2017-02-09 11:16:16 AM UTC
// Last time updated: 2017-03-04 2:09:01 PM UTC

// Latest file can be found here: https://cdn.webrtc-experiment.com/DetectRTC.js

Expand Down Expand Up @@ -689,6 +689,9 @@
audioOutputDevices = [];
videoInputDevices = [];

isWebsiteHasMicrophonePermissions = false;
isWebsiteHasWebcamPermissions = false;

// to prevent duplication
var alreadyUsedDevices = {};

Expand Down
Loading

0 comments on commit 028005f

Please sign in to comment.