
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
rtc-meeting
Advanced tools
WebRTC 技术由 Google 最先提出,目前主要在桌面版 Chrome 浏览器、桌面版 Safari 浏览器以及移动版的 Safari 浏览器上有较为完整的支持,其他平台(例如 Android 平台的浏览器)支持情况均比较差。
操作系统 | 浏览器类型 | 浏览器最低 版本要求 | 接收(播放) | 发送(上麦) | 屏幕分享 | SDK 版本要求 |
---|---|---|---|---|---|---|
Mac OS | 桌面版 Safari 浏览器 | 11+ | 支持 | 支持 | 支持(需要 Safari13+ 版本) | - |
Mac OS | 桌面版 Chrome 浏览器 | 56+ | 支持 | 支持 | 支持(需要 Chrome72+ 版本) | - |
Mac OS | 桌面版 Firefox 浏览器 | 56+ | 支持 | 支持 | 支持(需要 Firefox66+ 版本) | v4.7.0+ |
Mac OS | 桌面版 Edge 浏览器 | 80+ | 支持 | 支持 | 支持 | v4.7.0+ |
Windows | 桌面版 Chrome 浏览器 | 56+ | 支持 | 支持 | 支持(需要 Chrome72+ 版本) | - |
Windows | 桌面版 QQ 浏览器(极速内核) | 10.4+ | 支持 | 支持 | 不支持 | - |
Windows | 桌面版 Firefox 浏览器 | 56+ | 支持 | 支持 | 支持(需要 Firefox66+ 版本) | v4.7.0+ |
Windows | 桌面版 Edge 浏览器 | 80+ | 支持 | 支持 | 支持 | v4.7.0+ |
iOS 11.1.2+ | 移动版 Safari 浏览器 | 11+ | 支持 | 支持 | 不支持 | - |
iOS 12.1.4+ | 微信内嵌网页 | - | 支持 | 不支持 | 不支持 | - |
Android | 移动版 QQ 浏览器 | - | 不支持 | 不支持 | 不支持 | - |
Android | 移动版 UC 浏览器 | - | 不支持 | 不支持 | 不支持 | - |
Android | 微信内嵌网页(TBS 内核) | - | 支持 | 支持 | 不支持 | - |
Android | 微信内嵌网页(XWEB 内核) | - | 支持 | 支持 | 不支持 | - |
npm install rtc-meeting --save
import rtc-meeting from 'rtc-meeting';
Vue.use(rtc-meeting);
this.$usertcMeeting(
{
clientConfig: {
rtcClient: {
sdkAppId: XXXXX,
userId: 'user_u1',
userSig: 'XXXXX',
roomId: XXX,
enableAudioVolumeEvaluation: true, // 是否开启音量评估
enableNetworkQualityEvaluation: true // 是否开启网络质量评估
},
shareClientConfig: {
sdkAppId: XXXXX,
userId: 'share_user_u1',
userSig: 'XXXXX',
roomId: XXX
}
},
onCheckSuccess: () => {
console.info('检查成功');
},
onCheckFail: () => {
console.info('检查失败');
},
onRtcStart: () => {
console.info('视频开始');
},
onRtcEnd: () => {
console.info('视频结束');
}
}
)
FAQs
rtc-meeting plugin
The npm package rtc-meeting receives a total of 0 weekly downloads. As such, rtc-meeting popularity was classified as not popular.
We found that rtc-meeting demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.