Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).
1146 Discussions

Bug: 在 Safari 11 只订阅 mix 流时无法听到对方的声音

Li__Zunlong
New Contributor I
397 Views

版本是 JavaScript SDK 3.5.2,环境是 Safari 11.0.2

复现步骤:

  1. 只订阅 mix 流
  2. 在 conference.subscribe 的 success callback 那里对 mix 流进行 show 操作
  3. show 操作未执行,听不到声音

workaround 步骤:

  1. 创建本地流(开启麦克风权限)
  2. 订阅 mix 流
  3. 在 conference.subscribe 的 success callback 那里对 mix 流进行 show 操作
  4. show 操作成功,能听到声音

也就是说,创建本地流后才能成功订阅并 show 出来,这应该是个 bug。

Chrome 浏览器不存在这个问题。

0 Kudos
0 Replies
Reply