-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpeerjs-config.yaml
27 lines (27 loc) · 1.11 KB
/
peerjs-config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Signaling PnP Server info
host: ambianic-pnp.herokuapp.com
port: 443
secure: true
# STUN/TURN servers info
ice_servers:
- urls: 'stun:stun.l.google.com:19302'
# NOTE: aiortc does not behave well with multiple STUN and TURN server options
# - username: "1639539168:prj_2OPKFTM1cuVGO0uq4CmBWa"
# credential: "BdT+ctWfSdy9h1xqFf/jN1OM5Wc="
# urls: "turn:globalturn.subspace.com:3478?transport=tcp"
# - username: "1639539168:prj_2OPKFTM1cuVGO0uq4CmBWa"
# credential: "BdT+ctWfSdy9h1xqFf/jN1OM5Wc="
# urls: "turns:globalturn.subspace.com:5349?transport=udp"
# - username: "1639539168:prj_2OPKFTM1cuVGO0uq4CmBWa"
# credential: "BdT+ctWfSdy9h1xqFf/jN1OM5Wc="
# urls: "turns:globalturn.subspace.com:5349?transport=tcp"
# - username: "1639539168:prj_2OPKFTM1cuVGO0uq4CmBWa"
# credential: "BdT+ctWfSdy9h1xqFf/jN1OM5Wc="
# urls: "turns:globalturn.subspace.com:443?transport=tcp"
# - urls: 'turn:numb.viagenie.ca'
# username: '[email protected]'
# credential: 'DAEidbG!xHavEX7'
# - urls: 'turn:turn1.webrtc.tools:80?transport=udp'
# username: '[email protected]'
# credential: 'Stj72BqN'
log_level: INFO