From e2caf9c137743ffba760583ee5f8bf145f42c747 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jacques-Olivier=20Hache=CC=81?= Date: Tue, 5 Sep 2017 17:38:55 +0800 Subject: [PATCH] Documentation update --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index da18553..336dd0c 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ Find the most recent version hosted on our CDN. -- Minified version: `//cdn.temasys.io/adapterjs/0.14.x/adapter.min.js` -- Debug version `//cdn.temasys.io/adapterjs/0.14.x/adapter.debug.js` -- Minified version (with screensharing changes): `//cdn.temasys.io/adapterjs/0.14.x/adapter.screenshare.min.js` -- Debug version (with screensharing changes)`//cdn.temasys.io/adapterjs/0.14.x/adapter.screenshare.js` +- Minified version: `//cdn.temasys.io/adapterjs/0.15.x/adapter.min.js` +- Debug version `//cdn.temasys.io/adapterjs/0.15.x/adapter.debug.js` +- Minified version (with screensharing changes): `//cdn.temasys.io/adapterjs/0.15.x/adapter.screenshare.min.js` +- Debug version (with screensharing changes)`//cdn.temasys.io/adapterjs/0.15.x/adapter.screenshare.js` Part of the [Skylink WebRTC](http://skylink.io/web) toolkit. @@ -25,10 +25,12 @@ AdapterJS provides polyfills and cross-browser helpers for WebRTC. It wraps arou | Opera | `26` | MacOS / Win / Ubuntu / Android | Yes (if configured with extension) | | Edge | `13.10547`^ | Win | - | | Bowser | `0.6.1` | iOS 9.x only** | - | -| Safari (Plugin) | `7` | MacOS | Yes ([custom build Plugin](https://temasys.io/plugin/#commercial-licensing)) | +| Safari (Native) | `11` | MacOS 10.13.x and iOS 11 | No. Use Safari with the Temasys plugin | +| Safari (Plugin) | `7`*** | MacOS | Yes ([custom build Plugin](https://temasys.io/plugin/#commercial-licensing)) | | IE (Plugin) | `9` | Win | Yes ([custom build Plugin](https://temasys.io/plugin/#commercial-licensing)) | *Note that currently Edge doesn't support `RTCDataChannel` API. **There seems to be issues for Bowser version `0.6.1` working with iOS 10.x version. +*** To use the Temasys plugin on Safari 11 and above, set the flag ```AdapterJS.options.forceSafariPlugin = true``` BEFORE including AdapterJS. ### How it looks like if WebRTC is not supported by browser ![Plugin Install Bar in IE and Safari](http://temasys.github.io/resources/img/adapterheader.png)