LiveKit JS Client SDK - v2.22.2
    Preparing search index...

    Variable TokenSourceConst

    TokenSource: {
        custom(customFn: CustomFn): TokenSourceCustom;
        developmentTokenServer(
            tokenServerId: string,
            options?: DevelopmentTokenServerOptions,
        ): TokenSourceDevelopmentTokenServer;
        endpoint(url: string, options?: EndpointOptions): TokenSourceEndpoint;
        literal(literalOrFn: LiteralOrFn): TokenSourceLiteral;
        sandboxTokenServer(
            sandboxId: string,
            options?: DevelopmentTokenServerOptions,
        ): TokenSourceSandboxTokenServer;
    } = ...

    Type Declaration