interface JoinSessionTransport {
    provider: "livekit";
    room_name: string;
    server_url: string;
    token: string;
}

Properties

provider: "livekit"

Transport provider. Always livekit for this plugin.

room_name: string

LiveKit room name to join.

server_url: string

LiveKit server URL the D-ID worker should connect to.

token: string

LiveKit JWT for the D-ID worker.