Skip to content

v1.2.1

Compare
Choose a tag to compare
@geeklok geeklok released this 06 Sep 10:27
· 100 commits to master since this release
eca467b

功能

增加 republish 事件

// 当发布者本身因为网络问题断线重连后重新发布成功时触发
// 一般用来更新发布者自己的合流配置(重新发布后需要重新调用一次合流 api)
myRTC.on("republish", () => {
    myRTC.setMergeStreamLayout(...)
})

缺陷

修复 Chrome 69 无法连麦的问题