Member Junction
    Preparing search index...

    Typed wrapper over the LiveKit room GraphQL mutations.

    Index

    Constructors

    Methods

    • Ends the meeting for EVERYONE: stops every agent bot bridged into a room (by room name, via the server roster). Works even for a participant who only joined and never tracked bridge ids locally. Returns true when the teardown ran. Best-effort: any failure resolves false.

      Parameters

      • roomName: string

        The room to end.

      Returns Promise<boolean>

    • Invites MJ users to a room — the server sends each a "Live Room Invite" notification (in-app + MJ Comms when configured) whose in-app entry joins the room when clicked. Best-effort.

      Parameters

      • roomName: string

        The room to invite into.

      • userIDs: string[]

        The MJ: Users ids to invite.

      Returns Promise<boolean>

      true when at least one invite was delivered.