Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacques-Olivier Haché committed Sep 5, 2017
2 parents 2a6683f + e2caf9c commit 0f0f161
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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)
Expand Down

0 comments on commit 0f0f161

Please sign in to comment.