You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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