Hacker News new | ask | show | jobs
by amelius 4051 days ago
Why not use WebRTC for chat these days?
1 comments

Secret was a mobile app. WebRTC is not supported on any version of iOS and is supported only on very recent android (5.x)

edit: source: http://caniuse.com/#search=webrtc

That caniuse link refers to mobile safari. WebRTC in iOS is supported for native apps
Was not aware of the native support. Thanks.