REST Client

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.

from signalwire.rest import RestClient
client = RestClient(
project="your-project-id",
token="your-api-token",
host="your-space.signalwire.com",
)
rooms = client.video.rooms.list()

Sub-resources