An open API service indexing awesome lists of open source software.

https://github.com/lucasvandongen/webrtc-local-loop-ios

A small demo project how to have the most simple setup possible for WebRTC on iOS
https://github.com/lucasvandongen/webrtc-local-loop-ios

Last synced: 2 months ago
JSON representation

A small demo project how to have the most simple setup possible for WebRTC on iOS

Awesome Lists containing this project

README

        

# WebRTC-Local-Loop-iOS
A small demo project how to have the most simple setup possible for WebRTC on iOS. It's comparable to the [Peer Connection WebRTC Sample](https://webrtc.github.io/samples/src/content/peerconnection/pc1/) and built with Swift. It's a nice starting point for building bigger and more complex projects.

## Dependencies
* Swift 4.1
* The [WebRTC framework for iOS](https://webrtc.org/native-code/ios/) from Google