summaryrefslogtreecommitdiffstats
path: root/recording
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-02-20 16:14:38 +0100
committerGitHub <noreply@github.com>2023-02-20 16:14:38 +0100
commit0403dd102155449cd71c0d0826b8369c6e570482 (patch)
treed22491b06075882dda2fa7597388506a10bff6d2 /recording
parent3d20004ab5f36893974535a326e1d0d42476c1fd (diff)
Better recording docs highlight
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Diffstat (limited to 'recording')
-rw-r--r--recording/docs/recording-api.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/recording/docs/recording-api.md b/recording/docs/recording-api.md
index 25d4dc07e..a31aba746 100644
--- a/recording/docs/recording-api.md
+++ b/recording/docs/recording-api.md
@@ -35,6 +35,7 @@
* Data format (JSON):
+ ```json
{
"type": "start",
"start": {
@@ -42,11 +43,14 @@
"owner": "the-user-to-upload-the-resulting-file-as",
}
}
+ ```
### Stop call recording
* Data format:
+ ```json
{
"type": "stop",
}
+ ```