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 0f0f161 + f1fde5f commit 4d5e274
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,14 @@ 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 (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)) |
| 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
Expand Down

0 comments on commit 4d5e274

Please sign in to comment.