Searched refs:PARTICIPANT_REMOVED (Results 1 – 9 of 9) sorted by relevance
/dports/net-im/nextcloud-talk/spreed/lib/Listener/ |
H A D | CircleDeletedListener.php | 59 $this->participantService->removeAttendee($room, $participant, Room::PARTICIPANT_REMOVED);
|
H A D | UserDeletedListener.php | 59 $this->participantService->removeUser($room, $user, Room::PARTICIPANT_REMOVED);
|
H A D | GroupDeletedListener.php | 68 $this->participantService->removeAttendee($room, $participant, Room::PARTICIPANT_REMOVED);
|
H A D | AMembershipListener.php | 70 $this->participantService->removeUser($room, $user, Room::PARTICIPANT_REMOVED);
|
/dports/net-im/nextcloud-talk/spreed/lib/Federation/ |
H A D | CloudFederationProviderTalk.php | 225 $this->participantService->removeAttendee($room, $participant, Room::PARTICIPANT_REMOVED);
|
/dports/net-im/nextcloud-talk/spreed/lib/Command/Room/ |
H A D | TRoomCommand.php | 313 $this->participantService->removeUser($room, $user, Room::PARTICIPANT_REMOVED);
|
/dports/net-im/nextcloud-talk/spreed/lib/ |
H A D | MatterbridgeManager.php | 310 $this->participantService->removeUser($room, $botUser, Room::PARTICIPANT_REMOVED);
|
H A D | Room.php | 97 public const PARTICIPANT_REMOVED = 'remove'; define in OCA\\Talk\\Room
|
/dports/net-im/nextcloud-talk/spreed/lib/Controller/ |
H A D | RoomController.php | 1255 …is->participantService->removeAttendee($this->room, $targetParticipant, Room::PARTICIPANT_REMOVED);
|