from Hacker News

Show HN: A minimal working native WebRTC app for iOS with audio and video calls

by stasel on 5/28/18, 8:59 PM with 1 comments

  • by stasel on 5/28/18, 9:01 PM

    So I was wondering, what is the easiest way to implement WebRTC into an iOS app, after some research it looks like the WebRTC native API is great and can be easily implemented in any app.

    This demo app is of course the bare minimum and to achieve production ready video/audio calling you will probably need much more effort