Home
last modified time | relevance | path

Searched refs:PARTICIPANT_REMOVED (Results 1 – 9 of 9) sorted by relevance

/dports/net-im/nextcloud-talk/spreed/lib/Listener/
H A DCircleDeletedListener.php59 $this->participantService->removeAttendee($room, $participant, Room::PARTICIPANT_REMOVED);
H A DUserDeletedListener.php59 $this->participantService->removeUser($room, $user, Room::PARTICIPANT_REMOVED);
H A DGroupDeletedListener.php68 $this->participantService->removeAttendee($room, $participant, Room::PARTICIPANT_REMOVED);
H A DAMembershipListener.php70 $this->participantService->removeUser($room, $user, Room::PARTICIPANT_REMOVED);
/dports/net-im/nextcloud-talk/spreed/lib/Federation/
H A DCloudFederationProviderTalk.php225 $this->participantService->removeAttendee($room, $participant, Room::PARTICIPANT_REMOVED);
/dports/net-im/nextcloud-talk/spreed/lib/Command/Room/
H A DTRoomCommand.php313 $this->participantService->removeUser($room, $user, Room::PARTICIPANT_REMOVED);
/dports/net-im/nextcloud-talk/spreed/lib/
H A DMatterbridgeManager.php310 $this->participantService->removeUser($room, $botUser, Room::PARTICIPANT_REMOVED);
H A DRoom.php97 public const PARTICIPANT_REMOVED = 'remove'; define in OCA\\Talk\\Room
/dports/net-im/nextcloud-talk/spreed/lib/Controller/
H A DRoomController.php1255 …is->participantService->removeAttendee($this->room, $targetParticipant, Room::PARTICIPANT_REMOVED);