sourabh kasliwal
sourabh kasliwal

Reputation: 977

Opentok video calling in safari using flash and webRTC

i am developing a application using flash and webRTC, it is working fine in webrtc but when it comes to safari, it is giving no error no warning nothing how can i make it work

Upvotes: 1

Views: 1195

Answers (2)

cferran
cferran

Reputation: 11

Safari 11 will support WebRTC, expected release in 2017 fall. For more details, see release notes "Web conferencing. Implements peer to peer conferencing with the WebRTC standard." https://developer.apple.com/library/content/releasenotes/General/WhatsNewInSafari/Safari_11_0/Safari_11_0.html

Note that currently available with Safari Tech Preview or iOS beta versions.

Upvotes: 1

songz
songz

Reputation: 2092

Safari does not support webrtc natively, so webrtc will not work on safari. With that said, there are plugins out there that can help browsers without webrtc become webrtc compatible.

Upvotes: 0

Related Questions