Shuail_CR007
Shuail_CR007

Reputation: 312

how to make Webrtc support my Safari browser

have developed a small video chat application using Webrtc . it works exactly fine in my other set of browsers (chrome,firefox,opera)... but it doesnt supports Safari .. please can one help me out in this,to make my application support Safari to

Upvotes: 2

Views: 2081

Answers (2)

Adrian Ber
Adrian Ber

Reputation: 21360

Unfortunately, Safari doesn't support WebRTC and you can't do anything from JavaScript.

Although you can instruct your users to install a Safari plugin to enable WebRTC support, like https://temasys.atlassian.net/wiki/spaces/TWPP/overview.

Upvotes: 2

Etienne Martin
Etienne Martin

Reputation: 11559

Good news everyone, things are about to change.

Apple announced support for WebRTC in Safari 11.

You can download the latest beta version of Safari 11 at the following link:
(You need to sign in with your Apple ID) https://developer.apple.com/safari/download/

Upvotes: 0

Related Questions