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

    Interface TokenSourceLiteral

    A Fixed TokenSource is a token source that takes no parameters and returns a completely independently derived value on each fetch() call.

    The most common downstream implementer is TokenSourceLiteral.

    interface TokenSourceLiteral {
        fetch(): Promise<Required<PartialMessage<TokenSourceResponse>>>;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods