PeerObjectiveC
PeerObjectiveC copied to clipboard
PeerObjectiveC is WebRTC client library for iOS, that communicate to peerjs-server.
/PeerObjectiveC/PeerObjectiveC/ViewController.m:122:16: Incompatible block pointer types assigning to 'void (^)(RTCSessionDescription *__strong, NSDictionary *__strong)' from 'void (^)(RTCSessionDescription *__strong)' If fixed this given another parameter (not used?) to it, can fix the issue....
Hi, I want to say thanks first. It saved lots of time of mine. If you can help me to get rid out of this. I clone your code and...
Great works, thank you very much! Your works saved a lot time for us. Now this project has only p2p transfer audio/video. Can you add DataChannel support so that the...