POST
/rooms/:name/live-streaming/stop

Beta feature

Stops a live stream in a given room.

If multiple RTMP endpoints are being live streamed, calling this endpoint will stop all live streams.

If multiple streaming instances are running, each instance must be stopped individually by a call to this endpoint with the instance's unique instanceId.

Path params

string

The name of the room.

Example requests