Member Junction
    Preparing search index...

    Resolved LiveKit server credentials + URL.

    interface LiveKitServerConfig {
        ApiKey: string;
        ApiSecret: string;
        ServerUrl: string;
    }
    Index

    Properties

    ApiKey: string

    The LiveKit API key.

    ApiSecret: string

    The LiveKit API secret (server-only — never sent to clients).

    ServerUrl: string

    The LiveKit server URL clients connect to (e.g. wss://livekit.myorg.com).