Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 548 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 548 Bytes

Twilio STUN/TURN

Express web server with API endpoint that returns STUN/TURN data from Twilio.

Twilio provides STUN/TURN servers (https://www.twilio.com/stun-turn) that can be used in your WebRTC applications.

How to use

Server

Deploy.

Or just clone this project and run

  npm install

and

  npm start

Client

Call "/" and get array with STUN and TURN server that can be passed to WebRTC RTCPeerConnection as iceServers option.