-4

I have recently started development of an app that uses PubNub to stream video from Android devices to a web page. What i need to do now is the same thing for IOS.

The PubNub SDK has some basic information regarding IOS development. I was wondering is anyone knows of a similar example app like they have for the Android version

jampez77
  • 5,012
  • 7
  • 32
  • 52

1 Answers1

1

There currently is no iOS WebRTC sample app. PubNub only plays the role of signal protocol in the AndroidRTC and WebRTC Sample apps so it should be relatively easy to follow those apps to create an iOS version.

For more information about the role that PubNub plays in video streaming/chat/WebRTC type apps, please see What sort of services does PubNub provide with respect to WebRTC and video chat?

Craig Conover
  • 4,710
  • 34
  • 59