Member Junction
    Preparing search index...

    A minted token plus the connection coordinates a client needs to join.

    interface MintedToken {
        Identity: string;
        RoomName: string;
        ServerUrl: string;
        Token: string;
    }
    Index

    Properties

    Identity: string

    The participant identity embedded in the token.

    RoomName: string

    The room name the token authorizes.

    ServerUrl: string

    The LiveKit server URL to connect to.

    Token: string

    The signed JWT access token.