stephenlb / webrtc-sdk

WebRTC Simple Calling API + Mobile SDK - A simplified approach to RTCPeerConnection for mobile and web video calling apps.
https://stephenlb.github.io/webrtc-sdk/
MIT License
855 stars 278 forks source link

Safari 11 issues #42

Closed kailasvnair closed 6 years ago

kailasvnair commented 6 years ago

Web rtc not working in safari 11

stephenlb commented 6 years ago

Are you using HTTPS? Make sure to use HTTPS when testing.

Testing Locally

You need an HTTPS (TLS) File Server. To start a local secure file server:

python <(curl -L https://goo.gl/LiW3lp)

Then open your browser and point it to your file in the directory you ran the python HTTPS server.

open https://0.0.0.0:4443/your-file-here.html

This is a Simple Python HTTPS Secure Server https://gist.github.com/stephenlb/2e19d98039469b9d0134

We posted an answer on StackOverflow WebRTC HTTPS. This will get you started testing on your laptop.

stephenlb commented 6 years ago

Ran the tests and noticed that Safari does not work.

Safari isn't current working. The WebRTC Support should allow it to work. However it currently does not.