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
- Host: GitHub
- URL: https://github.com/lucasvandongen/webrtc-local-loop-ios
- Owner: LucasVanDongen
- License: mit
- Created: 2018-07-01T21:24:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T21:34:51.000Z (almost 7 years ago)
- Last Synced: 2025-02-03T14:48:32.023Z (4 months ago)
- Language: Objective-C
- Size: 6.89 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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