New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

webrtc-meeting

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webrtc-meeting - npm Package Compare versions

Comparing version 1.0.44 to 1.0.45

2

package.json
{
"name": "webrtc-meeting",
"description": "webrtc-meeting plugin",
"version": "1.0.44",
"version": "1.0.45",
"author": "zhaozilong <13140056902@163.com>",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -152,40 +152,1 @@ ## 支持的平台

# 页面使用方式
```
this.$useRtcMeeting(
{
clientConfig: {
rtcClient: {
sdkAppId: XXXXX,
userId: 'user_u1',
userSig: 'XXXXX',
roomId: XXX,
enableAudioVolumeEvaluation: true, // 是否开启音量评估
enableNetworkQualityEvaluation: true // 是否开启网络质量评估
},
shareClientConfig: {
sdkAppId: XXXXX,
userId: 'u1的共享屏幕',
userSig: 'XXXXX',
roomId: XXX
}
},
onCheckSuccess: () => {
console.info('检查成功');
},
onCheckFail: () => {
console.info('检查失败');
},
onRtcStart: () => {
console.info('视频开始');
},
onRtcEnd: () => {
console.info('视频结束');
}
}
)
```

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc