Revert "Revert "Support for getting SFU config using OIDC""

This commit is contained in:
David Baker
2023-07-05 13:12:37 +01:00
committed by GitHub
parent 0bcec1efbd
commit 130b70756a
7 changed files with 189 additions and 51 deletions

View File

@@ -55,10 +55,8 @@ export interface ConfigOptions {
// Describes the LiveKit configuration to be used.
livekit?: {
// 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;
// The link to the service that returns a livekit url and token to use it
livekit_service_url: string;
};
/**