summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorVitor Mattos <vitor@php.rio>2022-12-12 17:49:47 -0300
committerVitor Mattos <vitor@php.rio>2022-12-12 17:49:47 -0300
commite7256d8c8f5e26f9f201c1378b68608337596e1d (patch)
treebd5d7e0c7385612f14cba5ff9eb13d9e7551fd62 /docs
parent5b0747fe89034886d7d4631c032af4ba88738678 (diff)
Fix integration tests and add more scenarios
Signed-off-by: Vitor Mattos <vitor@php.rio>
Diffstat (limited to 'docs')
-rw-r--r--docs/recording.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/recording.md b/docs/recording.md
index efbf437a1..e600d3740 100644
--- a/docs/recording.md
+++ b/docs/recording.md
@@ -19,6 +19,7 @@
+ `400 Bad Request` Message: `status`. When the status to start is invalid.
+ `400 Bad Request` Message: `config`. Need to enable the config `recording`.
+ `400 Bad Request` Message: `room`. Already have a recording in progress.
+ + `403 Forbidden` When the user is not a moderator/owner.
+ `412 Precondition Failed` When the lobby is active and the user is not a moderator.
## Stop call recording
@@ -32,4 +33,5 @@
+ `200 OK`
+ `400 Bad Request` Message: `config`. Need to enable the config `recording`.
+ `400 Bad Request` Message: `room`. Recording has already been stopped.
+ + `403 Forbidden` When the user is not a moderator/owner.
+ `412 Precondition Failed` When the lobby is active and the user is not a moderator.