Video

View as MarkdownOpen in Claude

The VideoNamespace provides access to SignalWire’s video infrastructure through the RestClient. It organizes 7 sub-resources for managing video rooms, room tokens, room sessions, room recordings, conferences, conference tokens, and streams.

Access via client.video on a RestClient instance.

import { RestClient } from "@signalwire/sdk";
const client = new RestClient({
project: "your-project-id",
token: "your-api-token",
host: "your-space.signalwire.com"
});
const rooms = await client.video.rooms.list();

Sub-resources