1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00

Add ability to configure stun servers

This commit is contained in:
Chocobozzz 2024-10-24 10:20:50 +02:00
parent 34957c5a18
commit 70ee15d3aa
No known key found for this signature in database
GPG key ID: 583A612D890159BE
13 changed files with 56 additions and 22 deletions

View file

@ -354,6 +354,10 @@ export interface ServerConfig {
enabled: boolean
}
}
webrtc: {
stunServers: string[]
}
}
export type HTMLServerConfig = Omit<ServerConfig, 'signup'>