summaryrefslogtreecommitdiffstats
path: root/recording
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2023-02-27 12:09:41 +0100
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2023-02-27 12:09:41 +0100
commitf323083cd68ce3b010ce28718dd9d00e25323a6d (patch)
tree3a6bbe1e31173efefce74208c609e56462c75ccd /recording
parent2208e15bca0cefc5011bd288e16f922c4699143d (diff)
Fix recording server documentation typos
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'recording')
-rw-r--r--recording/src/nextcloud/talk/recording/BackendNotifier.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/recording/src/nextcloud/talk/recording/BackendNotifier.py b/recording/src/nextcloud/talk/recording/BackendNotifier.py
index a8b6d6a34..48d347cb9 100644
--- a/recording/src/nextcloud/talk/recording/BackendNotifier.py
+++ b/recording/src/nextcloud/talk/recording/BackendNotifier.py
@@ -109,9 +109,9 @@ def started(backend, token, status, actorType, actorId):
:param backend: the backend of the conversation.
:param token: the token of the conversation.
- :param actorType: the actor type of the Talk participant that stopped the
+ :param actorType: the actor type of the Talk participant that started the
recording.
- :param actorId: the actor id of the Talk participant that stopped the
+ :param actorId: the actor id of the Talk participant that started the
recording.
"""
@@ -133,9 +133,9 @@ def stopped(backend, token, actorType, actorId):
:param backend: the backend of the conversation.
:param token: the token of the conversation.
- :param actorType: the actor type of the Talk participant that started the
+ :param actorType: the actor type of the Talk participant that stopped the
recording.
- :param actorId: the actor id of the Talk participant that started the
+ :param actorId: the actor id of the Talk participant that stopped the
recording.
"""