Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DRoom.php33 protected $guestAccess; variable in MatrixPhp\\Room
803 $guestAccess = $allowGuest ? 'can_join' : 'forbidden';
805 $this->api()->setGuestAccess($this->roomId, $guestAccess);
806 $this->guestAccess = $allowGuest;
860 $this->guestAccess = $econtent["guest_access"] == "can_join";
DMatrixHttpApi.php1225 * @param string $guestAccess Wether guests can join. One of: ["can_join", "forbidden"]
1229 public function setGuestAccess(string $roomId, string $guestAccess) { argument
1230 $content = ['guest_access' => $guestAccess];