Home
last modified time | relevance | path

Searched refs:getParticipantByAttendeeId (Results 1 – 2 of 2) sorted by relevance

/dports/net-im/nextcloud-talk/spreed/lib/Controller/
H A DRoomController.php1233 $targetParticipant = $this->room->getParticipantByAttendeeId($attendeeId);
1498 $targetParticipant = $this->room->getParticipantByAttendeeId($attendeeId);
1575 $targetParticipant = $this->room->getParticipantByAttendeeId($attendeeId);
1687 $participants[] = $this->room->getParticipantByAttendeeId($attendeeId);
/dports/net-im/nextcloud-talk/spreed/lib/
H A DRoom.php568 public function getParticipantByAttendeeId(int $attendeeId, $sessionId = null): Participant { function in OCA\\Talk\\Room