RTMP-out API — vsdk.rtmp (push a room to RTMP destinations).
vsdk.rtmp
start(roomId, { streams }) begins the livestream and returns an EgressHandle; stop(roomId) ends it.
start(roomId, { streams })
stop(roomId)
Fetch a livestream by id.
List livestreams (paginated, async-iterable).
Start an RTMP livestream. Returns an EgressHandle.
Stop an RTMP livestream. Pass a bare roomId or the start EgressHandle.
roomId
RTMP-out API —
vsdk.rtmp(push a room to RTMP destinations).start(roomId, { streams })begins the livestream and returns an EgressHandle;stop(roomId)ends it.