Last updated 1 year ago
Parameters:
userId
string
userId string
true
name
Room name string
roomId
Room_id string
room ID string
joinRoomById(std::string roomId)
createRoom(RoomVisibility v, std::optional<std::string> name = {}, std::optional<std::string> alias = {}, immer::array<std::string> invite = {}, std::optional<bool> isDirect = {}, bool allowFederate = true, std::optional<std::string> topic = {}, JsonWrap powerLevelContentOverride = json::object())
Room room(std::string id)
Room::invite(std::string userId)
Room::leave()
Room::setName(std::string name)