Skip to content

Commit

Permalink
Added [email protected] Fixed #31
Browse files Browse the repository at this point in the history
  • Loading branch information
muaz-khan committed Oct 12, 2016
1 parent 5aff56c commit 2945317
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion DetectRTC.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Last time updated: 2016-09-09 2:36:51 PM UTC
// Last time updated: 2016-10-12 6:16:40 AM UTC

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

Expand Down
2 changes: 1 addition & 1 deletion DetectRTC.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ DetectRTC.isMediaHintsSupportsNewSyntax
node server.js
# and open:
127.0.0.1:9001
127.0.0.1:9001
# or
# or
http://localhost:9001
```

Expand Down Expand Up @@ -88,7 +88,7 @@ node npm-test.js
You can even link specific versions:

```html
<script src="https://github.com/muaz-khan/DetectRTC/releases/download/1.3.1/DetectRTC.js"></script>
<script src="https://github.com/muaz-khan/DetectRTC/releases/download/1.3.2/DetectRTC.js"></script>
```

<img src="https://cdn.webrtc-experiment.com/images/DetectRTC.png" style="width:100%;" />
Expand Down Expand Up @@ -124,10 +124,10 @@ DetectRTC.load(function() {
DetectRTC.audioInputDevices // microphones
DetectRTC.audioOutputDevices // speakers
DetectRTC.videoInputDevices // cameras

DetectRTC.osName
DetectRTC.osVersion

DetectRTC.browser.name === 'Edge' || 'Chrome' || 'Firefox'
DetectRTC.browser.version
DetectRTC.browser.isChrome
Expand Down Expand Up @@ -179,7 +179,7 @@ function selectSecondaryCamera() {
navigator.getUserMedia = navigator.mozGetUserMedia || navigator.webkitGetUserMedia;
navigator.getUserMedia({ video: videoConstraints }, function(stream) {
//
//
}, function(error) {
alert(JSON.stringify(error));
});
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "detectrtc",
"version": "1.3.1",
"version": "1.3.2",
"authors": [
{
"name": "Muaz Khan",
Expand Down Expand Up @@ -29,4 +29,4 @@
"**/.*",
"node_modules"
]
}
}
Loading

0 comments on commit 2945317

Please sign in to comment.