POST
/rooms/:name/recordings/stop

Beta feature

Stops a recording. Returns a 400 HTTP status code if no recording is active.

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