pixpark / apprtc-demo

Pure apprtc demo extract from webrtc source code for ios.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

apprtc demo extract from webrtc source code for ios.

How to run:

xcode open src/app-rtc-demo.xcodeproj and run

WebRTC Framework

You can replace src/WebRTC.framework by your self build

RTC Server

Demo has replace https://appr.tc with https://apprtc.webrtcserver.cn", more friendly for china developer. You also can use your own server, see https://github.com/webrtc/apprtc

Test

You can test this demo with chrome. Open the site: https://apprtc.webrtcserver.cn/ , and put the same room name to ios demo, Then you will see each other.

About

Pure apprtc demo extract from webrtc source code for ios.


Languages

Language:Objective-C 99.5%Language:C 0.5%