Merge remote-tracking branch 'upstream/dbkr/openid' into SimonBrandner/feat/url

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2023-07-04 17:43:40 +02:00
9 changed files with 252 additions and 81 deletions

View File

@@ -142,8 +142,7 @@ export const ClientProvider: FC<Props> = ({ children }) => {
const foci = livekit
? [
{
url: livekit.server_url,
jwtServiceUrl: livekit.jwt_service_url,
livekitServiceUrl: livekit.livekit_service_url,
},
]
: undefined;