This commit is contained in:
John Livingston
2021-04-30 16:48:16 +02:00
parent 1c0fbe743f
commit fbfd86aab0
2 changed files with 4 additions and 3 deletions

View File

@ -96,7 +96,7 @@ async function getProsodyConfig (options: RegisterServerOptions): Promise<Prosod
const roomApiUrl = options.peertubeHelpers.config.getWebserverUrl() +
getBaseRouter() +
'api/room?{room.jid|jid_node}'
'api/room?jid={room.jid|jid_node}'
const config = new ProsodyConfigContent(paths)
config.usePeertubeBosh(peertubeDomain, port)