
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@vanwei-wcs/wwav_talk
Advanced tools
🚀 wcs 视频对讲组件 🌈.
npm i @vanwei-wcs/wwav_talk
// main.js
import WwavTalk from ' @vanwei-wcs/wwav_talk'
Vue.use(WwavTalk)
// vue template里面代码
<WwavTalk
:ref="wwav_talk"
:device-path="form.path"
:userinfo="LoginParams"
:ws-url="WCS_URI"
/>
组件的props
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|---|---|---|---|---|
| ws-url | websocket连接地址,必传 | string | - | - |
| userinfo | 获取websocket登录鉴权的参数,方法需返回一个对象,内容是{username:'username',password:'password'},对象里面字段的含义请参照wcs api文档,必传 | Obejct | - | - |
| device-path | 设备路径. 例:‘/dist_24/link_1/175e4059-1c59fd/0’ | string | - | |
| defaultStyles | 使用默认样式,如果自己写样式可通过refs更改,参考原属性和方法 | Boolean | true / false | true |
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|---|---|---|---|---|
| username | 用户名 | string | - | - |
| password | 密码 | string | - | - |
| 参数 | 说明 | 类型 | 可选值 | 默认值 |
|---|---|---|---|---|
| is_full_duplex | 对讲模式是否为全双工 | Boolean | true / false | false |
| is_talk | 是否说话 | Boolean | true / false | false |
| is_send_noise | 没有麦克风时发出噪音(用于测试设备发声) | Boolean | true / false | false |
| 事件名 | 说明 | 参数 |
|---|---|---|
| init | 初始化 | - |
| startTalk | 开启对讲 | - |
| closeTalk | 关闭对讲 | - |
FAQs
🚀 wcs 视频对讲组件 🌈. ## 安装 ```bash npm i @vanwei-wcs/wwav_talk ```
We found that @vanwei-wcs/wwav_talk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.