Along with the change of Google Chrome 72, the SDP format will be switched from Plan B to Unified Plan. Check the https://webrtc.org/web-apis/chrome/unified-plan/ for details.
SkyWay supported this change in JavaScript SDK v1.1.18. Chrome 72 will be released at 2019/01/24. Check the https://www.chromium.org/developers/calendar for details. To use SkyWay in Chrome 72 as before, please update SkyWay JavaScript SDK to the latest one.
<For Internet Explorer customers>
JavaScript SDK causes Syntax Error and crash of JavaScript execution when parsing. To avoid this, You need to load “Babel-transpiled” skyway.js.
Considering the influence of Chrome specification change this time, we have published Babel-transpiled JavaScript SDK v1.1.18 on CDN. Please download from the URL below.
https://cdn.webrtc.ecl.ntt.com/skyway-1.1.18-b.js
You can use Babel-transpiled skyway.js by rewriting your HTML like below.
<script type="text/javascript" src="//cdn.webrtc.ecl.ntt.com/skyway-1.1.18-b.js"></script>
Notice: Providing Babel-transpiled skyway.js is only this time. When you’ll update version next time, please refer to below FAQ.
FAQ: JavaScript SDKをInternet Explorerで読み込む際に発生する構文エラーを回避する方法について
Comments
0 comments
Article is closed for comments.