Skip to content

Example of using the WebRTC framework in iOS application for person to person call

Notifications You must be signed in to change notification settings

lerolli/WebRTC-iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC-iOS

How to launch

Launch backend server

brew install node
npm install express
npm install socket.io

node app.js

Launch iOS App

  1. Run Xcode project on two simulators
  2. Make sure that you connect to backend server
  3. Tap send offer on one simulator
  4. Tap send answer on another simulator

About

Example of using the WebRTC framework in iOS application for person to person call

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published