This commit is contained in:
Timo K.
2026-07-07 19:45:22 +02:00
parent 706cddafb0
commit 2b84c587f2
2 changed files with 5 additions and 3 deletions

View File

@@ -193,6 +193,7 @@ export const createLocalTransport$ = ({
roomId,
client,
delayId ?? undefined,
logger,
);
} catch (e) {
logger.error(
@@ -312,7 +313,7 @@ async function doOpenIdAndJWTFromUrl(
> &
OpenIDClientParts,
delayId?: string,
logger: Logger,
logger?: Logger,
): Promise<LocalTransportWithSFUConfig> {
const sfuConfig = await getSFUConfigWithOpenID(
client,