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

    Variable TokenSourceConst

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

    Type Declaration