mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
Allow the use of Jitsi for 1:1 calls via the client well-known.
This commit is contained in:
@@ -72,6 +72,8 @@ final class HomeserverConfigurationBuilder: NSObject {
|
||||
jitsiServerURL = hardcodedJitsiServerURL
|
||||
}
|
||||
|
||||
let useJitsiFor1To1Calls = vectorWellKnownJitsiConfiguration?.useFor1To1Calls
|
||||
|
||||
// Tile server configuration
|
||||
|
||||
let tileServerMapStyleURL: URL
|
||||
@@ -87,7 +89,8 @@ final class HomeserverConfigurationBuilder: NSObject {
|
||||
// Create HomeserverConfiguration
|
||||
|
||||
let jitsiConfiguration = HomeserverJitsiConfiguration(serverDomain: jitsiPreferredDomain,
|
||||
serverURL: jitsiServerURL)
|
||||
serverURL: jitsiServerURL,
|
||||
useFor1To1Calls: useJitsiFor1To1Calls)
|
||||
|
||||
return HomeserverConfiguration(jitsi: jitsiConfiguration,
|
||||
encryption: encryptionConfiguration,
|
||||
|
||||
Reference in New Issue
Block a user