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

zego-express-engine-miniprogram

v3.1.0

Published

zego webrtc wechat sdk

Downloads

151

Readme

日志更新

2023-09-15(version 3.0.0)

3.0.0 及以上版本的 SDK 包含不兼容改动,无法通过 3.0.0 以前的版本平滑升级。详情查看

2022-07-21(version 2.11.1)

  1. 修复 mutePublishStreamVideo,mutePublishStreamVideo 接口参数取反的问题
  2. 修复断连过程中的流更新后,在房间重连时没有触发 roomStreamUpdate 的流更新信息的问题
  3. 修复小程序切后台进入挂起状态后,再回到前台可能出现退出房间的问题

2022-07-21(version 2.11.0)

  1. 优化了日志上报功能,增加设备相关信息

2022-05-30(version 2.10.4)

  1. 修复了拉流失败后,无法通过 getPlayerInstance("streamID").stop() 正常停止拉流的问题

2022-04-22(version 2.10.2)

  1. 修复了网络异常时调用 sendBroadcastMessage、sendBarrageMessage 或 sendCustomCommand 接口时未返回错误码的问题

2022-04-19(version 2.10.1)

  1. 修复npm依赖问题

2022-03-11(version 2.10.0)

  1. 优化小程序的推拉流方式,在保留原有推拉流方式基础上新增了 [createPusher]、[getPusherInstance]、[getPlayerInstance] 等接口,减少开发者对小程序组件的理解成本,接入使用更高效

2022-01-11(version 2.9.0)

  1. 日志信息优化,提高问题定位效率
  2. 兼容 小程序版本更新 导致推流状态码未发出 问题
  3. 修复多次拉流阻塞问题

2021-11-28(version 2.8.1)

  1. 兼容小程序新版基础库推流状态码 1002 不返回问题

2021-11-28(version 2.8.1)

  1. 兼容小程序新版基础库推流状态码 1002 不返回问题

2021-07-15(version 2.8.0)

  1. 修复小程序 SDK 在使用 TS 时类型错误。
  2. 修复其它已知问题

2021-06-10(version 2.7.0)

  1. 修复小程序 startPlayingStream 接口参数 playOption.sourceType 的默认值在接口调用时被修改
  2. 修复其它已知问题

2021-04-29(version 2.6.0)

  1. 修复其它已知问题

2021-04-15(version 2.5.0)

  1. 修复了 SDK 无法拉取自己所推流的问题
  2. 修复其它已知问题

2021-04-01(version 2.4.0)

  1. 修改了设置日志时上传地址的优先级,使其优先级高于后台下发的地址
  2. 优化了视频码率设置策略,解决了屏幕共享码率初始值较低的问题
  3. 修复了流更新列表 “roomID” 为 “undefined” 的问题
  4. 修复初始化后立即登录房间时报 “network is broken, stop retry” 的问题

2021-03-18(version 2.3.0)

  1. 修复已知问题

2021-03-04(version 2.2.1)

  1. 被踢出增加详细被踢出原因
  2. 修复重复登录流更新后流更新未触发问题

2021-02-01(version 2.0.1)

  1. 增加remadme

2021-01-28(version 2.0.0)

  1. 代码重构,减少不同模块之间耦合性
  2. 日志系统重构,优化了日志结构,提高问题定位效率
  3. 重试逻辑重构,进一步提高SDK抗弱网能力