I am working on a iOS 8 application with the functionality of p2p video chat just like Skype. while researching on google, I got some libraries but not getting anything for iOS 8 native.
I decided to go with WebRTC with the use of PubNub API. How can I create a video chat native iOS client with the use of these libraries?
I found one code for native video chat client,
https://www.pubnub.com/docs/cocoa-swift/pubnub-swift-sdk
I don't understand this demo application.
Can anyone help me?