littlelines / littlechat

A peer-to-peer video chat application made using Phoenix, LiveView, and WebRTC. Want to know how it's made? Read the blog post: https://littlelines.com/blog/2020/07/06/building-a-video-chat-app-in-phoenix-liveview
https://littlechat.app
MIT License
190 stars 21 forks source link

Add Support for iOS Safari #7

Open feld opened 4 years ago

feld commented 4 years ago

Tried to demo this @ https://littlechat.app via my Mac and iPhone.

Mac with Safari or Firefox: I can see myself, can't "join" the call. Green button does nothing.

iOS/Safari: I can see myself, also can't join the call. Just says the other user is waiting to join.

JesseHerrick commented 4 years ago

Hi @feld, thanks for the issue. I'm afraid this is an existing issue with iOS Safari because they have very vague requirements for web applications that use WebRTC. I would very much like to add support for iOS Safari, but I am still looking into why it refuses peer connections at the moment. I'm open to any ideas.

I will leave this issue open and center it around adding iOS Safari support.