LiveKit JS Server SDK - v2.17.0
    Preparing search index...

    Class LiveKitAPI

    A single entry point to every LiveKit server API, exposing each service through a property, e.g. api.room.createRoom(...).

    const api = new LiveKitAPI({ apiKey, secret }); // or new LiveKitAPI() to read from env
    await api.room.createRoom({ name: 'my-room' });
    Index

    Constructors

    Accessors