Searched refs:invitees (Results 1 – 2 of 2) sorted by relevance
265 * @param array $invitees A set of user ids to invite into the room.269 …public function createRoom(?string $alias = null, bool $isPublic = false, array $invitees = []): R… argument270 $response = $this->api->createRoom($alias, null, $isPublic, $invitees);
232 * @param array|null $invitees Optional. The list of user IDs to invite.238 array $invitees = null, bool $federate = null) { argument245 if ($invitees) {246 $content["invite"] = $invitees;