|
|
|
|
|
by gopikrishnan
2207 days ago
|
|
I'm using webRTC for a video chat project that I'm developing now. I had a hard time making it work on iOS browsers and ended up supporting iOS Safari alone. Though all iOS browsers use the same WebKit, Apple still reserves a few things only for Safari I guess (maybe H264/VP8 video codec related stuff?!). It may take some time for webRTC (or Apple) to get there, to webRTC become a solid option for p2p video communications. If anyone wants to quickly try webRTC, check this demo https://appr.tc/ out, you know, with multiple browsers/tabs. ps: I used "simple-peer" library and it's quite good for beginners. |
|
https://caniuse.com/#feat=stream
The Judiciary Committee asked Apple about this last summer, see question 6:
https://docs.house.gov/meetings/JU/JU05/20190716/109793/HHRG...
I think it's close to landing though, need to revisit.