googlecodelabs / webrtc-web

Realtime communication with WebRTC
https://codelabs.developers.google.com/codelabs/webrtc-web/
Apache License 2.0
755 stars 351 forks source link

Page 1: Introduction - Where can I use WebRTC? #97

Open SimonCahill opened 5 years ago

SimonCahill commented 5 years ago

On the first page of the codelab, it states:

Where can I use WebRTC? In Firefox, Opera and in Chrome on desktop and Android. WebRTC is also available for native apps on iOS and Android.

However, WebRTC is supported by iOS (iPhone, iPad) Safari, as shown here: https://webrtchacks.com/guide-to-safari-webrtc/ I suggest mentioning, that at least basic support for WebRTC is available on Safari on iOS. Having conflicting information is confusing and wastes time when it is critical.

Thank you.