Revert "Support for getting SFU config using OIDC"

This commit is contained in:
David Baker
2023-07-04 19:21:35 +01:00
committed by GitHub
parent c9f57cb2a3
commit 29553c1151
7 changed files with 51 additions and 189 deletions

View File

@@ -55,8 +55,10 @@ export interface ConfigOptions {
// Describes the LiveKit configuration to be used.
livekit?: {
// The link to the service that returns a livekit url and token to use it
livekit_service_url: string;
// The LiveKit server URL to connect to.
server_url: string;
// The link to the service that generates JWT tokens to join LiveKit rooms.
jwt_service_url: string;
};
/**