summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2023-08-13 06:27:02 +0200
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2023-08-15 03:39:56 +0000
commit981d1a2bcf3a01ace47cebf72a6080ef89e72ed9 (patch)
tree9c91778ed920afb1a08e2bc075ba6a7270804e42
parent55fa2cc5467a22e4c59221245c04da34e29c8748 (diff)
Fix documentation
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
-rw-r--r--src/store/participantsStore.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/store/participantsStore.js b/src/store/participantsStore.js
index 65e4fd1f6..e12dce55f 100644
--- a/src/store/participantsStore.js
+++ b/src/store/participantsStore.js
@@ -348,8 +348,8 @@ const mutations = {
* property to an existing participant, as the participant would be reset
* when the participants are purged whenever they are fetched again.
* Similarly, "addParticipant" can not be called either to add a participant
- * if it was not fetched yet but the signaling reported it as being speaking,
- * as the attendeeId would be unknown.
+ * if it was not fetched yet but the call model reported it as being
+ * speaking, as the attendeeId would be unknown.
*
* @param {object} state - current store state.
* @param {object} data - the wrapping object.