Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 517 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 517 Bytes

sipgate webrtc

Small demo to show the capabilities of sipgate's rest-api, oauth2 and webrtc

Getting started

OAuth2 client setup

Get oauth2 client_id and client_secret from sipgate: https://api.sipgate.com/developer

Run using docker

sudo docker build -t sipgate-webrtc https:/fnordian/sipgate-webrtc.git
sudo docker run  -e CLIENT_ID=YOUR_CLIENT_ID -e CLIENT_SECRET=YOUR_CLIENT_SECRET -p 5000:5000 --restart=always -d --name=sipgate-webrtc sipgate-webrtc