Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

WebRTC Native API for IOS

I want to develop Iphone Native video chat app using WebRTC(Not browser). Main feature is Iphone user can able to call Desktop web browser. Any way?(please without third party API)

like image 458
Rahul_Dabhi Avatar asked Sep 16 '25 00:09

Rahul_Dabhi


1 Answers

  • First, this is helpful tutorial http://ninjanetic.com/how-to-get-started-with-webrtc-and-ios-without-wasting-10-hours-of-your-life/ that help you build and run AppRTCDemo on iOS simulators and devices.
  • Second, download and run my AppRTCDemo if you cannot build AppRTCDemo by you own.
like image 150
phuongle Avatar answered Sep 17 '25 15:09

phuongle