PeerClient is WebRTC client library for iOS which communicates to peerjs-server. This library is written with Swift, ported from peerjs client javascript code.
- Clone this repository.
$ git clone https://github.com/akiramur/PeerClient.git
- Download SocketRocket with carthage
% cd path_to_the_directory/PeerClient
% carthage update --platform iOS
- Please refer to PeerClientApp for more details.
MIT