What do you want to automate with npm and LiveKit?
Prompt, edit and deploy AI agents that connect to npm, LiveKit and 2,500+ other apps in seconds. Trusted by 1,000,000+ developers from startups to Fortune 500 companies Create Ingress From URL with LiveKit API on New Download Counts from npm API
Try it Create Room with LiveKit API on New Download Counts from npm API
Try it Delete Room with LiveKit API on New Download Counts from npm API
Try it List Rooms with LiveKit API on New Download Counts from npm API
Try it Create Ingress From URL with LiveKit API on New Package Version from npm API
Try it Load more
New Download Counts from the npm API
Try it New Package Version from the npm API
Try it Create Ingress From URL with the LiveKit API
Try it Create Room with the LiveKit API
Try it Delete Room with the LiveKit API
Try it List Rooms with the LiveKit API
Try it Integrate the npm API with the LiveKit API
Setup the npm API trigger to run a workflow which integrates with the LiveKit API. Pipedream's integration platform allows you to integrate npm and LiveKit remarkably fast. Free for developers.
import { RoomServiceClient } from 'livekit-server-sdk' ;
export default defineComponent ( {
props : {
livekit : {
type : "app" ,
app : "livekit" ,
}
} ,
async run ( { steps, $} ) {
const svc = new RoomServiceClient (
` https:// ${ this . livekit. $auth. project_url} ` ,
this . livekit. $auth. api_key,
this . livekit. $auth. secret_key) ;
return await svc. listRooms ( ) ;
} ,
} )
Trusted by 1,000,000+ developers from startups to Fortune 500 companies