Skip to content

adis300/WebRTC-iOS

Repository files navigation

Running the server

Prepare and build app server

cd WebRTC-Server

npm install

npm -g install grunt-cli

grunt build

Download Google cloud python SDK and run server

cd [root]
python google-cloud-sdk/bin/dev_appserver.py ./WebRTC-Server/out/app_engine/
sudo python google-cloud-sdk/bin/dev_appserver.py ./WebRTC-Server/out/app_engine/
# optional --host 9.108.160.121 --port=80  (HTTPS required for local network)

// Deployement
google-cloud-sdk/bin/gcloud auth login
google-cloud-sdk/bin/gcloud config set project YOUR_PROJECT_ID
google-cloud-sdk/bin/gcloud app deploy ./WebRTC-Server/out/app_engine/app.yaml 

WebRTC iOS build

https://github.com/Anakros/WebRTC

Visit http://localhost:8080 to test the server is running successfully with Chrome

Open with chrome

Running the iOS client

Simply change Config.swift for your settings

Useful docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published