Gathering detailed insights and metrics for rtc-everywhere
Gathering detailed insights and metrics for rtc-everywhere
Gathering detailed insights and metrics for rtc-everywhere
Gathering detailed insights and metrics for rtc-everywhere
npm install rtc-everywhere
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
652 Stars
76 Commits
40 Forks
32 Watching
1 Branches
2 Contributors
Updated on 08 Oct 2024
JavaScript (100%)
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
25%
5
Compared to previous week
Last month
25%
20
Compared to previous month
Last year
-78.2%
394
Compared to previous year
12
1
Sick of the incompatible mess of vendor prefixes, adapters, plugins, extensions, and native modules? rtc-everywhere aims to provide a spec-compliant WebRTC implementation in as many environments as possible.
cordova-iosrtc
cordova-crosswalk
react-native-webrtc
wrtc
npm install rtc-everywhere --save
1var rtc = require('rtc-everywhere')(); 2 3// Available: 4// rtc.RTCPeerConnection 5// rtc.RTCIceCandidate 6// rtc.RTCSessionDescription 7// rtc.getUserMedia 8// rtc.attachStream(stream, videoElement)
:crystal_ball: Want a more detailed example that uses these functions? Check out the loopback stream example!
Exactly the same as the specification. See the Specification Documentation!
Exactly the same as the specification. See the Specification Documentation!
Exactly the same as the specification. See the Specification Documentation!
Similar to the specification, but slightly adjusted to have an easier API.
constraints
is optional (makes things easier)
{video: true, audio: true}
cb
is a node-style error first callback
1// these are the same thing
2rtc.getUserMedia(function(err, stream){});
3rtc.getUserMedia({video: true, audio: true}, function(err, stream){});
object
element
object
element will be returnedNo vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 1/29 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-25
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More