npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

hy-rtc-sdk-components

v0.0.79

Published

[中文文档地址'](http://szhuayu.gitee.io/hy-rtc-sdk-components-file/)

Downloads

73

Readme

npm包信息

中文文档地址'

版本 0.0.78 更新内容
sdk
    - 新增 - loginByPhoneOnlyFn 新增接受参数
        ```{
            requestHeader: '',
            account: '',
            loginParameters: {},
            event:{
                disconnectionNotify:(e) => {}
            }
        }```
版本 0.0.75 更新内容
videoSurveillance
    - 新增 - videoSurveillance 监,新增 getClientList 方法 获取正在直播的设备列表
版本 0.0.74 更新内容
videoSurveillance
    - 新增 - videoSurveillance 监控,新增插槽:“titleContent” 自定义标题
    - 修改 - videoSurveillance 监控,放大缩小画面效果
    - 修改 - multiPersonIntercom 群组,intercomNatureGroupIn 方法必须传入 groupId
版本 0.0.71 更新内容
- 优化 - sdkComponents 初始化可配置sdk版本
    ```Vue.use(sdkComponents, {
            sdkParams: {
                version: '0.2.0'
            }
        })```
版本 0.0.70 更新内容
- 优化 - 升级sdk (0.6.17)
版本 0.0.69 更新内容
- 修复sdk - tcpForce 参数无效bug
版本 0.0.68 更新内容
- 修复 - videoSurveillance 监控画面,声音控制音量报错
版本 0.0.67 更新内容
- 修复 - broadcast广播组件,将成员移除房间 groupCloseDevice
- broadcast 新增 - 新增getDialogVisible,判断当前广播页面是否展示
- sdk新增 - 方法closeByClientId (一键退出所有媒体房间请求)
版本 0.0.66 更新内容
- 优化 - 升级小颗粒版本 (1.36.0)
版本 0.0.63 更新内容
- 新增方法 - $business 新增 startAudioRecord 方法,开始录音
    ```this.$sdk.startAudioRecord({
      deviceId: this.deviceId
    })```
- 新增方法 - $business 新增 stopAudioRecord 方法,停止录音
    ```this.$sdk.stopAudioRecord({
      deviceId: this.deviceId,
      key: this.key
    })```
- 新增方法 - 组件新增 loginByToken 登录
    ```this.$ref.xxx.loginByToken({
      token: 'token',
      validLogin: (传入1 则表示不可以多端登录,会限制是否登录中)
    })```

- 优化 - videoSurveillance 监控画面,声音控制新增音量控制
- 优化 - videoSurveillance 监控画面,声音开关 新增回调 on-forbiddenSound
    ```@on-forbiddenSound="({
          deviceId,
          roomId
          muted
        })"```
版本 0.0.61 更新内容
- 优化 - videoSurveillance监控画面,新增 reconnectType 参数,失败后是否重新连接(默认flase)
版本 0.0.60 更新内容
- 优化 - 优化监控画面,兼容苹果手机展示监控画面
版本 0.0.59 更新内容
- 新增方法 - $sdk 新增 checkDeviceSupport 方法,npm连接成功后,判断是否支持webRtc
  ```this.$sdk.checkDeviceSupport().then((e) => {
          if (e.isWebRTCSupported) {
            console.log('支持')
          } else {
            console.log('不支持')
          }
        })```
版本 0.0.58 更新内容
- 修复bug - 修复单人对讲自动讲话
版本 0.0.56 更新内容
- 优化 - 优化群组对讲,鼠标点击快速关闭
版本 0.0.55 更新内容
- 新增方法 - $sdk 新增 loginByToken 方法,通过 token获取登录信息
         ```this.$sdk.loginByToken({
            requestHeader: this.requestHeader,
            token: this.token
          }, this.$sdk, this.$business)```

 - 新增方法 - $sdk 新增 logout 方法,退出登录
         ```this.$sdk.logout()```

- 新增参数 - videoSurveillance 组件,外部接收 monitorMuted,默认静音
        ```<videoSurveillance :monitorMuted="true"></videoSurveillance>```
版本 0.0.54 更新内容
  - 修复bug - 修复主动退出后,mq重连导致下次连接不上
版本 0.0.53 更新内容
  - 修复bug - 修复无摄像头时,提示无法获取麦克风报错
版本 0.0.51 更新内容
  - 修复bug - 移除内部使用的 hy-rtc-sdk-components
版本 0.0.47 更新内容
 - 修改 - 修改内部使用 svgIcon组件名称
 - 新增 - broadcast 组件
 
  - videoSurveillance 组件
    - 新增 - 单个监控画面内容插槽 itemContent-box
    - 新增 - 录像按钮_点击后对方暴露方法(on-videoRecord)
    - 新增 - 拍照按钮_点击后对方暴露方法(on-takePhotoSupport)
    - 新增 - 语音通话_点击后对方暴露方法(on-multiPersonIntercomFn)
    - 新增 - 广播加入房间_点击后对方暴露方法(on-broadcast_addNewRoomFn)
    - 新增 - 广播退出房间_点击后对方暴露方法(on-broadcast_closeTheRoom)
版本 0.0.46 更新内容
- sdk 指令新增
     - 新增 - onunloadOperation 刷新操作
版本 0.0.44 更新内容
- business 指令新增
     - 新增 - takePicture 拍照
     - 新增 - videoRecord 录像 (输入录像时长)
     - 新增 - startVideoRecord 开始录像
     - 新增 - stopVideoRecord 停止录像
     - 新增 - getSubscribedDevicesList 获取订阅的设备列表
版本 0.0.43 更新内容
 - 新增 - multiPersonIntercom 组件开始对讲时候判断浏览器是否允许获取麦克风
 - 新增 - singlePersonIntercom 组件开始对讲时候判断浏览器是否允许获取麦克风