mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Add ability to configure stun servers
This commit is contained in:
parent
34957c5a18
commit
70ee15d3aa
13 changed files with 56 additions and 22 deletions
|
@ -320,6 +320,10 @@ class ServerConfigManager {
|
|||
|
||||
storyboards: {
|
||||
enabled: CONFIG.STORYBOARDS.ENABLED
|
||||
},
|
||||
|
||||
webrtc: {
|
||||
stunServers: CONFIG.WEBRTC.STUN_SERVERS
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue