Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DRoom.php531 public function setRoomName(string $name) { function in MatrixPhp\\Room
533 $this->api()->setRoomName($this->roomId, $name);
DMatrixHttpApi.php530 public function setRoomName(string $roomId, string $name, int $timestamp = null) { function in MatrixPhp\\MatrixHttpApi