Interface Room

Hierarchy

  • Room

Properties

created_at: Timestamp

The unix timestamp of when this stream was created

delivery_protocols: DeliveryProtocol[]

Protocols that are supported by this room to the client

id: `pipe_room_${string}`

The ID of this stream

ingest_endpoint: string

The URL that you can stream to

ingest_protocol: "rtmp"

Protocol you can stream with

ingest_region: US_EAST_1

The region that the stream url is located in

join_token: string

A join token to subscribe into this room

name: string

The name of this room

state: "live" | "offline"

The state of the stream currently

Generated using TypeDoc