Home
last modified time | relevance | path

Searched refs:getCallPermissions (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/nextcloud-talk/spreed/lib/
H A DParticipant.php136 if ($this->room->getCallPermissions() !== Attendee::PERMISSIONS_DEFAULT) {
138 return $this->room->getCallPermissions();
H A DRoom.php361 public function getCallPermissions(): int { function in OCA\\Talk\\Room
/dports/net-im/nextcloud-talk/spreed/lib/Service/
H A DRoomService.php157 $oldPermissions = $room->getCallPermissions();
/dports/net-im/nextcloud-talk/spreed/lib/Controller/
H A DRoomController.php484 'callPermissions' => $room->getCallPermissions(),