Searched refs:guestAccess (Results 1 – 2 of 2) sorted by relevance
33 protected $guestAccess; variable in MatrixPhp\\Room803 $guestAccess = $allowGuest ? 'can_join' : 'forbidden';805 $this->api()->setGuestAccess($this->roomId, $guestAccess);806 $this->guestAccess = $allowGuest;860 $this->guestAccess = $econtent["guest_access"] == "can_join";
1225 * @param string $guestAccess Wether guests can join. One of: ["can_join", "forbidden"]1229 public function setGuestAccess(string $roomId, string $guestAccess) { argument1230 $content = ['guest_access' => $guestAccess];