interface AvatarSessionStartOptions {
    livekitApiKey?: string;
    livekitApiSecret?: string;
    livekitUrl?: string;
}

Properties

livekitApiKey?: string

LiveKit API key for minting the avatar worker room token. Falls back to LIVEKIT_API_KEY.

livekitApiSecret?: string

LiveKit API secret for minting the avatar worker room token. Falls back to LIVEKIT_API_SECRET.

livekitUrl?: string

LiveKit server URL. Falls back to LIVEKIT_URL.