Home
last modified time | relevance | path

Searched refs:EVENT_AFTER_PARTICIPANT_REMOVE (Results 1 – 6 of 6) sorted by relevance

/dports/net-im/nextcloud-talk/spreed/lib/PublicShareAuth/
H A DListener.php72 $dispatcher->addListener(Room::EVENT_AFTER_PARTICIPANT_REMOVE, $listener);
/dports/net-im/nextcloud-talk/spreed/lib/Collaboration/Resources/
H A DListener.php111 $dispatcher->addListener(Room::EVENT_AFTER_PARTICIPANT_REMOVE, $listener);
/dports/net-im/nextcloud-talk/spreed/lib/Activity/
H A DListener.php96 $dispatcher->addListener(Room::EVENT_AFTER_PARTICIPANT_REMOVE, $listener);
/dports/net-im/nextcloud-talk/spreed/lib/Signaling/
H A DListener.php183 …$dispatcher->addListener(Room::EVENT_AFTER_PARTICIPANT_REMOVE, static function (RemoveParticipantE…
/dports/net-im/nextcloud-talk/spreed/lib/
H A DRoom.php132 public const EVENT_AFTER_PARTICIPANT_REMOVE = self::class . '::postRemoveBySession'; define in OCA\\Talk\\Room
/dports/net-im/nextcloud-talk/spreed/lib/Service/
H A DParticipantService.php737 $this->dispatcher->dispatch(Room::EVENT_AFTER_PARTICIPANT_REMOVE, $event);