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?

abarisone
  • 3,707
  • 11
  • 35
  • 54
T.Parsa
  • 55
  • 1
  • 5
  • Could you please add a little more description about the problem you have? – abarisone Jun 20 '16 at 12:58
  • Probably because iOS development is pretty much a lost cause nowadays. People are moving away from the closed ecosystems to capitalize on software-as-service, micro-payments .etc rather than depend on platform controlled advertisements for revenue. –  Jun 20 '16 at 13:19
  • Not that I have anything against Apple. Actually, I love their products. It's just that it's the industry trend. –  Jun 20 '16 at 13:20
  • in that tutorial saied that all code in appdelegate.swift but i dont know what im doing in other viewcontroller?? @abarisone – T.Parsa Jun 21 '16 at 05:19
  • 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](https://www.pubnub.com/knowledge-base/discussion/252/does-pubnub-support-webrtc-and-video-chat). – Craig Conover Jun 21 '16 at 21:09
  • Hi @T.Parsa Did u implement this? could you please tell me. – Hilaj S L Aug 18 '20 at 05:36

1 Answers1

0

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.

Community
  • 1
  • 1
Craig Conover
  • 4,710
  • 34
  • 59