Skip to content

Commit e7857df

Browse files
authored
Create README.md
1 parent 967bc82 commit e7857df

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# PeerRTC Twilio IceServers ☃️
2+
* A simple backend server used by [PeerRTC](https://github.com/PeerRTC/PeerRTC) for retrieving default ice servers provided by [Twilio](https://www.twilio.com/).
3+
4+
* If no `configurations` parameter are provided in the [PeerRTC constructor](https://github.com/PeerRTC/PeerRTC#peerrtc-constructor),
5+
then the module will automatically fetch iceServers from the [server](https://github.com/PeerRTC/PeerRTC-Twilio-IceServers) owned by us.
6+
7+
* Using this [server](https://github.com/PeerRTC/PeerRTC-Twilio-IceServers) is optional since there are a lot of ways to obtain ice servers. It is also adviseable to provide own
8+
way of obtaining ice servers since we are only using free account for [Twilio](https://www.twilio.com/).
9+
10+
* Feel free the [source code]((https://github.com/PeerRTC/PeerRTC-Twilio-IceServers)) as template.

0 commit comments

Comments
 (0)