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

webrtc-zego-client

v1.2.1

Published

zego webrtc sdk

Downloads

2

Readme

日志更新

2019-04-17(version 1.2.1)

  1. chrome 72及以上版本使用屏幕共享功能无需额外下载插件
  2. 日志内部优化
  3. 增加测试环境开关,根据需要选择是否开启
  4. 修复typescript使用sdk报错问题
  5. 修复发送可靠消息只有第一次成功问题
  6. 修复大房间主播退出房间再进入房间观众无自动拉流问题

2019-02-13(version 1.2.0)

  1. 减少单次日志发送量,提高连接稳定性
  2. 新增视频录制,下载,视频截图,筛选流等功能
  3. 屏幕共享关闭后可再调用摄像头
  4. 对部分接口方法增加参数判断
  5. 解决多次压缩导致部分兼容性问题
  6. 解决部分电脑使用新版火狐后拉流失败的问题

2018-11-22(version 1.1.6)

  1. 解决火狐推第三方流失败问题

2018-09-17(version 1.1.5)

  1. sdk删除多余sdp,减少发送数据量
  2. 内部打印日志级别优化
  3. 添加cdn转推功能
  4. 版本号,获取版本号
  5. 添加获取流音量接口
  6. catch日志信令连接报错
  7. sdk内部监听关闭页面事件,不再需要手动监听
  8. 添加登录鉴权功能

2018-08-28(version 1.1.4)

  • 解决一些与native互通的问题
  • 推拉流添加鉴权
  • 优化火狐下的使用情况
  • 优化sdk内部调用
  • cdn添加https地址字段

2018-08-22(version 1.1.3)

  • 解决一些bug

2018-08-21(version 1.1.2)

  • 拉流优化

2018-08-17(version 1.1.1)

  • 日志优化:

  • 添加新接口:

    • webrtc支持检查接口isSupportWebrtc
    • H264编码是否支持检测接口isSupportH264(异步)
    • 获取设备接口enumDevices改为添加静态调用

before (纯js-1.0.6版)