Skip to content

hashobject/twilio-stun-turn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Express web-server with API endpoint to get Twilio STUN/TURN data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published