Searched refs:getParticipantByAttendeeId (Results 1 – 2 of 2) sorted by relevance
1233 $targetParticipant = $this->room->getParticipantByAttendeeId($attendeeId);1498 $targetParticipant = $this->room->getParticipantByAttendeeId($attendeeId);1575 $targetParticipant = $this->room->getParticipantByAttendeeId($attendeeId);1687 $participants[] = $this->room->getParticipantByAttendeeId($attendeeId);
568 public function getParticipantByAttendeeId(int $attendeeId, $sessionId = null): Participant { function in OCA\\Talk\\Room