随着新的 iOS 11 的出现 - WebRTC 支持是否意味着 Twilio 将在浏览器而不是应用程序中用于语音?
with the new iOS 11 coming out- does WebRTC support mean that Twilio will work for voice in a browser instead of an app?
我建立了一个使用 Twilio 进行语音和聊天的网站。
我们希望能够在浏览器(Safari?)中的智能 phone 上使用,但是 iOS 在 Safari 中还不支持 WebRTC。
公告说iOS11将支持WebRTC,Safari也将支持。
我看到很多 iOS11 之前的对话,但还没有真正的例子。
有吗?
例子?
来自 Twilio 的存储库(问题 #122):
Date posted: Aug 14, 2017
We've released twilio-video.js@1.2.1 today with experimental support for Safari 11. We're calling this "experimental support" because, currently, Safari only supports the H.264 video codec and not VP8. This means most browser-based P2P Room applications should work fine, since most browsers ship H.264; however, you may have issues in P2P Rooms containing a mixture of browser- and mobile-based Participants. This is because Twilio's current iOS and Android Video SDKs aren't shipping H.264 yet (it's coming very soon). We also aren't advertising H.264 support in Group Rooms yet, so Safari-based Participants will not be able to share video in Group Rooms.
我建立了一个使用 Twilio 进行语音和聊天的网站。 我们希望能够在浏览器(Safari?)中的智能 phone 上使用,但是 iOS 在 Safari 中还不支持 WebRTC。 公告说iOS11将支持WebRTC,Safari也将支持。
我看到很多 iOS11 之前的对话,但还没有真正的例子。 有吗? 例子?
来自 Twilio 的存储库(问题 #122):
Date posted: Aug 14, 2017
We've released twilio-video.js@1.2.1 today with experimental support for Safari 11. We're calling this "experimental support" because, currently, Safari only supports the H.264 video codec and not VP8. This means most browser-based P2P Room applications should work fine, since most browsers ship H.264; however, you may have issues in P2P Rooms containing a mixture of browser- and mobile-based Participants. This is because Twilio's current iOS and Android Video SDKs aren't shipping H.264 yet (it's coming very soon). We also aren't advertising H.264 support in Group Rooms yet, so Safari-based Participants will not be able to share video in Group Rooms.