Search code examples
swiftpubnubvideochat

How to use WebRTC + Pubnub Api for video chat client in Native ios8 app swift 2.0


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?


Solution

  • PubNub as a Signal Protocol for WebRTC

    You will need more than PubNub for video chat as PubNub plays the role of signal protocol but not the media streamer service. Please see this PubNub KB article to get a full understanding of WebRTC and PubNub's role.