Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Room.php')
-rw-r--r--lib/Room.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Room.php b/lib/Room.php
index 312d8189e..bd94fc59f 100644
--- a/lib/Room.php
+++ b/lib/Room.php
@@ -318,6 +318,10 @@ class Room {
return $this->description;
}
+ /**
+ * @deprecated Use ParticipantService::getGuestCount() instead
+ * @return int
+ */
public function getActiveGuests(): int {
return $this->activeGuests;
}